mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-26 10:49:33 +00:00
(build-mail-abbrevs): Use initial space in
internal buffer name.
This commit is contained in:
parent
e0df3aef1f
commit
4adf062e0a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user