# HG changeset patch # User Richard M. Stallman # Date 809546213 0 # Node ID 5d14ce2b32631be9632344834b9667d30af353f6 # Parent 2e80892d4b39502383bce586f01ef3f7a4617de3 (mail-mode-syntax-table): defvar deleted. diff -r 2e80892d4b39 -r 5d14ce2b3263 lisp/mail/mailabbrev.el --- 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