emacs-devel
[Top][All Lists]
Advanced

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

Re: rmail-resend and mailabbrev


From: Richard Stallman
Subject: Re: rmail-resend and mailabbrev
Date: Sat, 23 Mar 2002 09:14:11 -0700 (MST)

Thanks for reporting the bug.  The correct fix is 

*** rmail.el.~1.356.~   Thu Mar 21 04:09:03 2002
--- rmail.el    Fri Mar 22 22:21:53 2002
***************
*** 3348,3353 ****
--- 3348,3355 ----
                    (if (and (not (vectorp mail-abbrevs))
                             (file-exists-p mail-personal-alias-file))
                        (build-mail-abbrevs))
+                   (unless mail-abbrev-syntax-table
+                     (mail-abbrev-make-syntax-table))
                    (set-syntax-table mail-abbrev-syntax-table)
                    (goto-char before)
                    (while (and (< (point) end)

together with a change I will install in mailabbrev.el.



reply via email to

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