From: Richard M. Stallman Date: Tue, 31 Oct 1995 02:08:29 +0000 (+0000) Subject: (mail-abbrev-syntax-table): Fix initialization. X-Git-Tag: emacs-19.34~2498 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1b124db4a5e0a90143b5a8d3fa9cfb17bdbbd975;p=emacs.git (mail-abbrev-syntax-table): Fix initialization. --- diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index 5ff2f3cbaca..1715e7fc1c0 100644 --- a/lisp/mail/mailabbrev.el +++ b/lisp/mail/mailabbrev.el @@ -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