From b2b01bfa218c1bdc1e843dd01fef4bcbd01bfc46 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 15 Jun 1993 20:36:10 +0000 Subject: [PATCH] (build-mail-abbrevs): Pass just two args to define-mail-alias. --- lisp/mail/mailabbrev.el | 3 +-- 1 file changed, 1 insertion(+), 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.)") ; (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.