mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(desktop-save): Insert the coding: tag before desktop-header.
This commit is contained in:
parent
0de73d5a41
commit
cceff8d6ea
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue