mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-21 05:21:37 -07:00
(mail-abbrev-complete-alias): Call mail-abbrev-make-syntax-table.
This commit is contained in:
parent
92308d3a2a
commit
da00bb1869
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue