]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-abbrev-complete-alias): Call mail-abbrev-make-syntax-table.
authorRichard M. Stallman <rms@gnu.org>
Wed, 3 Apr 2002 15:33:17 +0000 (15:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 3 Apr 2002 15:33:17 +0000 (15:33 +0000)
lisp/ChangeLog
lisp/mail/mailabbrev.el

index cccbd3a177020ef0b7422be6ce8f89ae65f2f974..283d8a8ce85543f1706a0a14fb62159df73d56cd 100644 (file)
@@ -1,5 +1,8 @@
 2002-04-03  Richard M. Stallman  <rms@gnu.org>
 
+       * mail/mailabbrev.el (mail-abbrev-complete-alias):
+       Call mail-abbrev-make-syntax-table.
+
        * format.el (format-deannotate-region): Doc fix.
 
        * enriched.el (enriched-face-ans): Delete special treatment
index ed389526475c03ed742309130959be4e5e1e9304..86201cf0d2aadce1e0fe1df41970d15dd95175bd 100644 (file)
@@ -548,6 +548,7 @@ of a mail alias.  The value is set up, buffer-local, when first needed.")
   "Perform completion on alias preceding point."
   ;; Based on lisp.el:lisp-complete-symbol
   (interactive)
+  (mail-abbrev-make-syntax-table)
   (let* ((end (point))
         (syntax-table (syntax-table))
         (beg (unwind-protect