mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(desktop-save): Insert the coding: tag before desktop-header.
This commit is contained in:
parent
0de73d5a41
commit
cceff8d6ea
@ -521,8 +521,8 @@ MODE is the major mode."
|
||||
(set-buffer buf)
|
||||
(erase-buffer)
|
||||
|
||||
(insert desktop-header
|
||||
";; -*- coding: emacs-mule; -*-\n"
|
||||
(insert ";; -*- coding: emacs-mule; -*-\n"
|
||||
desktop-header
|
||||
";; Created " (current-time-string) "\n"
|
||||
";; Emacs version " emacs-version "\n\n"
|
||||
";; Global section:\n")
|
||||
|
Loading…
Reference in New Issue
Block a user