mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-20 20:07:36 +00:00
(mail-mode-syntax-table): defvar deleted.
This commit is contained in:
parent
c31afdbda4
commit
5b6f1300dc
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue