From: Richard M. Stallman Date: Sun, 27 Aug 1995 17:56:53 +0000 (+0000) Subject: (mail-mode-syntax-table): defvar deleted. X-Git-Tag: emacs-19.34~2904 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b6f1300dcb246366ab61b959d33ca2eefdca3b4;p=emacs.git (mail-mode-syntax-table): defvar deleted. --- 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.) This should be set to match those mail fields in which you want abbreviations turned on.") -(defvar mail-mode-syntax-table (copy-syntax-table text-mode-syntax-table) - "The syntax table which is used in send-mail mode message bodies.") - (defvar mail-mode-header-syntax-table (let ((tab (copy-syntax-table text-mode-syntax-table))) ;; This makes the characters "@%!._-" be considered symbol-constituents