# HG changeset patch # User Richard M. Stallman # Date 740176570 0 # Node ID fa800d079bc3d1606e08dee851d90f21481db207 # Parent 9971fb0105d5a3a855363f84f4e00f5a5722fe18 (build-mail-abbrevs): Pass just two args to define-mail-alias. diff -r 9971fb0105d5 -r fa800d079bc3 lisp/mail/mailabbrev.el --- 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.