emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/sendmail.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/sendmail.el
Date: Mon, 02 Sep 2002 13:24:54 -0400

Index: emacs/lisp/mail/sendmail.el
diff -c emacs/lisp/mail/sendmail.el:1.256 emacs/lisp/mail/sendmail.el:1.257
*** emacs/lisp/mail/sendmail.el:1.256   Mon May 20 12:05:28 2002
--- emacs/lisp/mail/sendmail.el Mon Sep  2 13:24:54 2002
***************
*** 473,478 ****
--- 473,479 ----
    :type 'hook
    :options '(footnote-mode))
  
+ (defvar mail-mode-abbrev-table text-mode-abbrev-table)
  ;;;###autoload
  (define-derived-mode mail-mode text-mode "Mail"
    "Major mode for editing mail to be sent.
***************
*** 489,495 ****
  \\[mail-sent-via]  mail-sent-via (add a Sent-via field for each To or CC).
  Turning on Mail mode runs the normal hooks `text-mode-hook' and
  `mail-mode-hook' (in that order)."
-   (setq local-abbrev-table text-mode-abbrev-table)
    (make-local-variable 'mail-reply-action)
    (make-local-variable 'mail-send-actions)
    (setq buffer-offer-save t)
--- 490,495 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]