changeset 44669:c94319aaffb8

(mail-mode-abbrev-table): Delete defvar.
author Richard M. Stallman <rms@gnu.org>
date Fri, 19 Apr 2002 00:08:19 +0000
parents 52222efc9d4d
children 1537553adc43
files lisp/mail/mailabbrev.el
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/mailabbrev.el	Fri Apr 19 00:06:54 2002 +0000
+++ b/lisp/mail/mailabbrev.el	Fri Apr 19 00:08:19 2002 +0000
@@ -42,7 +42,7 @@
 ;; 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
+;; 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.
@@ -438,8 +438,6 @@
 	    (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)))
        (if (mail-abbrev-in-expansion-header-p)