(mail-abbrev-syntax-table): Fix initialization.
authorRichard M. Stallman <rms@gnu.org>
Tue, 31 Oct 1995 02:08:29 +0000 (02:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 31 Oct 1995 02:08:29 +0000 (02:08 +0000)
lisp/mail/mailabbrev.el

index 5ff2f3c..1715e7f 100644 (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