(mail-abbrev-syntax-table): Fix initialization.

This commit is contained in:
Richard M. Stallman
1995-10-31 02:08:29 +00:00
parent bfc1cad7d8
commit 1b124db4a5

View File

@@ -374,7 +374,8 @@ non-address headers.")
(function (lambda (key value)
(if (equal value _)
(set-char-table-range tab key w))))
tab))
tab)
tab)
"The syntax-table used for abbrev-expansion purposes.
This is not actually made the current syntax table of the buffer, but
simply controls the set of characters which may be a part of the name