aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-15 20:36:10 +0000
committerRichard M. Stallman1993-06-15 20:36:10 +0000
commitb2b01bfa218c1bdc1e843dd01fef4bcbd01bfc46 (patch)
tree5e3a8c34d5bc60266ec00f8b4cae0b6c318ac47c
parente13b624a0f960eecbfd128636d73fd469cc61694 (diff)
downloademacs-b2b01bfa218c1bdc1e843dd01fef4bcbd01bfc46.tar.gz
emacs-b2b01bfa218c1bdc1e843dd01fef4bcbd01bfc46.zip
(build-mail-abbrevs): Pass just two args to define-mail-alias.
-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.