summaryrefslogtreecommitdiff
path: root/lisp/mail/mailabbrev.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-04-03 15:33:17 +0000
committerRichard M. Stallman <rms@gnu.org>2002-04-03 15:33:17 +0000
commitda00bb1869a64acd51ba73c206e4aa6d5e8adf4a (patch)
treed212321d1f29eac725ef005a1d7fad96f8cb4e20 /lisp/mail/mailabbrev.el
parent92308d3a2af481d69783a0984d3eac067414bb71 (diff)
downloademacs-da00bb1869a64acd51ba73c206e4aa6d5e8adf4a.tar.gz
emacs-da00bb1869a64acd51ba73c206e4aa6d5e8adf4a.tar.bz2
emacs-da00bb1869a64acd51ba73c206e4aa6d5e8adf4a.zip
(mail-abbrev-complete-alias): Call mail-abbrev-make-syntax-table.
Diffstat (limited to 'lisp/mail/mailabbrev.el')
-rw-r--r--lisp/mail/mailabbrev.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el
index ed389526475..86201cf0d2a 100644
--- a/lisp/mail/mailabbrev.el
+++ b/lisp/mail/mailabbrev.el
@@ -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