1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-15 04:11:53 -08:00

(build-mail-abbrevs): Pass just two args to define-mail-alias.

This commit is contained in:
Richard M. Stallman 1993-06-15 20:36:10 +00:00
parent e13b624a0f
commit b2b01bfa21

View file

@ -211,8 +211,7 @@ no aliases, which is represented by this being a table with no entries.)")
; (message "** %s \"%s\"" name (buffer-substring start (point)))(sit-for 1)
(define-mail-alias
name
(buffer-substring start (point))
t))))
(buffer-substring start (point))))))
;; Resolve forward references in .mailrc file.
;; This would happen automatically before the first abbrev was
;; expanded, but why not do it now.