Mercurial > emacs
changeset 13362:1220026cd3a3
(mail-abbrev-syntax-table): Fix initialization.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 31 Oct 1995 02:08:29 +0000 |
parents | 851452bdbc3f |
children | 941c37982f37 |
files | lisp/mail/mailabbrev.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/mailabbrev.el Tue Oct 31 00:58:32 1995 +0000 +++ b/lisp/mail/mailabbrev.el Tue Oct 31 02:08:29 1995 +0000 @@ -374,7 +374,8 @@ (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