aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-08-27 17:56:53 +0000
committerRichard M. Stallman1995-08-27 17:56:53 +0000
commit5b6f1300dcb246366ab61b959d33ca2eefdca3b4 (patch)
treef7ba68be2a2957a34b6cc1b2cda481ea611e9660
parentc31afdbda4c33d57085ebce3e09543a5d3c0be2f (diff)
downloademacs-5b6f1300dcb246366ab61b959d33ca2eefdca3b4.tar.gz
emacs-5b6f1300dcb246366ab61b959d33ca2eefdca3b4.zip
(mail-mode-syntax-table): defvar deleted.
-rw-r--r--lisp/mail/mailabbrev.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el
index 17d42547552..c4f1a71f426 100644
--- a/lisp/mail/mailabbrev.el
+++ b/lisp/mail/mailabbrev.el
@@ -347,9 +347,6 @@ it will be turned off. (You don't need to worry about continuation lines.)
347This should be set to match those mail fields in which you want abbreviations 347This should be set to match those mail fields in which you want abbreviations
348turned on.") 348turned on.")
349 349
350(defvar mail-mode-syntax-table (copy-syntax-table text-mode-syntax-table)
351 "The syntax table which is used in send-mail mode message bodies.")
352
353(defvar mail-mode-header-syntax-table 350(defvar mail-mode-header-syntax-table
354 (let ((tab (copy-syntax-table text-mode-syntax-table))) 351 (let ((tab (copy-syntax-table text-mode-syntax-table)))
355 ;; This makes the characters "@%!._-" be considered symbol-constituents 352 ;; This makes the characters "@%!._-" be considered symbol-constituents