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:
parent
e13b624a0f
commit
b2b01bfa21
1 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue