emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/mailabbrev.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/mailabbrev.el
Date: Wed, 03 Apr 2002 10:33:11 -0500

Index: emacs/lisp/mail/mailabbrev.el
diff -c emacs/lisp/mail/mailabbrev.el:1.65 emacs/lisp/mail/mailabbrev.el:1.66
*** emacs/lisp/mail/mailabbrev.el:1.65  Sat Mar 23 11:09:59 2002
--- emacs/lisp/mail/mailabbrev.el       Wed Apr  3 10:33:06 2002
***************
*** 548,553 ****
--- 548,554 ----
    "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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]