changeset 12956:5d14ce2b3263

(mail-mode-syntax-table): defvar deleted.
author Richard M. Stallman <rms@gnu.org>
date Sun, 27 Aug 1995 17:56:53 +0000
parents 2e80892d4b39
children 2f030d0ac97a
files lisp/mail/mailabbrev.el
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/mailabbrev.el	Sun Aug 27 17:50:39 1995 +0000
+++ b/lisp/mail/mailabbrev.el	Sun Aug 27 17:56:53 1995 +0000
@@ -347,9 +347,6 @@
 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