~reddyuday/vm/virtual

« back to all changes in this revision

Viewing changes to lisp/vm-serial.el

  • Committer: Uday S Reddy
  • Date: 2011-11-12 23:26:19 UTC
  • Revision ID: u.s.reddy@cs.bham.ac.uk-20111112232619-wexop79lcotba89s
Added function vm-interactive-p to avoid Emacs24 compiler warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
627
627
                 (setq no-expand (if (and no-expand (listp no-expand))
628
628
                                     no-expand 'not))))
629
629
      
630
 
      (if (or (interactive-p)
 
630
      (if (or (vm-interactive-p)
631
631
              (local-variable-p 'vm-serial-body-contents (current-buffer)))
632
632
          (message "Inserting serial mail `%S'." mail)
633
633
        (let ((start (mail-text)) (end (goto-char (point-max))))