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/mailabbrev.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/mailabbrev.el
Date: Thu, 18 Apr 2002 20:08:20 -0400

Index: emacs/lisp/mail/mailabbrev.el
diff -c emacs/lisp/mail/mailabbrev.el:1.67 emacs/lisp/mail/mailabbrev.el:1.68
*** emacs/lisp/mail/mailabbrev.el:1.67  Thu Apr  4 15:48:10 2002
--- emacs/lisp/mail/mailabbrev.el       Thu Apr 18 20:08:19 2002
***************
*** 42,48 ****
  ;; Your mail alias abbrevs will be in effect only when the point is in an
  ;; appropriate header field.  When in the body of the message, or other
  ;; header fields, the mail aliases will not expand.  Rather, the normal
! ;; mode-specific abbrev table (mail-mode-abbrev-table) will be used if
  ;; defined.  So if you use mail-mode specific abbrevs, this code will not
  ;; adversely affect you.  You can control which header fields the abbrevs
  ;; are used in by changing the variable mail-abbrev-mode-regexp.
--- 42,48 ----
  ;; Your mail alias abbrevs will be in effect only when the point is in an
  ;; appropriate header field.  When in the body of the message, or other
  ;; header fields, the mail aliases will not expand.  Rather, the normal
! ;; mode-specific abbrev table will be used if
  ;; defined.  So if you use mail-mode specific abbrevs, this code will not
  ;; adversely affect you.  You can control which header fields the abbrevs
  ;; are used in by changing the variable mail-abbrev-mode-regexp.
***************
*** 437,444 ****
          (save-excursion
            (rfc822-goto-eoh)
            (point)))))))
- 
- (defvar mail-mode-abbrev-table) ; quiet the compiler
  
  (defun sendmail-pre-abbrev-expand-hook ()
    (and (and mail-abbrevs (not (eq mail-abbrevs t)))
--- 437,442 ----



reply via email to

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