aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-04-19 00:08:19 +0000
committerRichard M. Stallman <[email protected]>2002-04-19 00:08:19 +0000
commitfba75b6b1a9c88f822b801250218081cd7109d1c (patch)
treeb19b832f3f73c85e490a0ccc57882551ec1279c1 /lisp/mail
parent2493767eaa105464c5c1a4a054ac5374fbbf82aa (diff)
(mail-mode-abbrev-table): Delete defvar.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/mailabbrev.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el
index 493e508f14..ff83ba49a2 100644
--- a/lisp/mail/mailabbrev.el
+++ b/lisp/mail/mailabbrev.el
@@ -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 @@ of a mail alias. The value is set up, buffer-local, when first needed.")
(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)