changeset 3741:fa800d079bc3

(build-mail-abbrevs): Pass just two args to define-mail-alias.
author Richard M. Stallman <rms@gnu.org>
date Tue, 15 Jun 1993 20:36:10 +0000
parents 9971fb0105d5
children f5bbe69b8bc5
files lisp/mail/mailabbrev.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/mailabbrev.el	Tue Jun 15 19:29:59 1993 +0000
+++ b/lisp/mail/mailabbrev.el	Tue Jun 15 20:36:10 1993 +0000
@@ -211,8 +211,7 @@
 ;		(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.