aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/mailabbrev.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el
index 00ecb7f0cdd..c3295c872ed 100644
--- a/lisp/mail/mailabbrev.el
+++ b/lisp/mail/mailabbrev.el
@@ -211,8 +211,7 @@ no aliases, which is represented by this being a table with no entries.)")
211; (message "** %s \"%s\"" name (buffer-substring start (point)))(sit-for 1) 211; (message "** %s \"%s\"" name (buffer-substring start (point)))(sit-for 1)
212 (define-mail-alias 212 (define-mail-alias
213 name 213 name
214 (buffer-substring start (point)) 214 (buffer-substring start (point))))))
215 t))))
216 ;; Resolve forward references in .mailrc file. 215 ;; Resolve forward references in .mailrc file.
217 ;; This would happen automatically before the first abbrev was 216 ;; This would happen automatically before the first abbrev was
218 ;; expanded, but why not do it now. 217 ;; expanded, but why not do it now.