From 4adf062e0af336971ad126b7d7f6b348e8406d7a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 7 Nov 1997 21:55:40 +0000 Subject: [PATCH] (build-mail-abbrevs): Use initial space in internal buffer name. --- lisp/mail/mailabbrev.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index 261822f8434..fa7775c122c 100644 --- a/lisp/mail/mailabbrev.el +++ b/lisp/mail/mailabbrev.el @@ -204,7 +204,7 @@ By default this is the file specified by `mail-personal-alias-file'." (obuf (current-buffer))) (unwind-protect (progn - (setq buffer (generate-new-buffer "mailrc")) + (setq buffer (generate-new-buffer " mailrc")) (buffer-disable-undo buffer) (set-buffer buffer) (cond ((get-file-buffer file) -- 2.39.2