changeset 44379:5e64981e7abd

(mail-abbrev-complete-alias): Call mail-abbrev-make-syntax-table.
author Richard M. Stallman <rms@gnu.org>
date Wed, 03 Apr 2002 15:33:06 +0000
parents 5484017733b2
children aa703590324a
files lisp/mail/mailabbrev.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/mailabbrev.el	Wed Apr 03 15:29:25 2002 +0000
+++ b/lisp/mail/mailabbrev.el	Wed Apr 03 15:33:06 2002 +0000
@@ -548,6 +548,7 @@
   "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