changeset 38798:15f5a37cdf42

(desktop-save): Insert the coding: tag before desktop-header.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 13 Aug 2001 10:37:02 +0000
parents 323f6959fe7d
children d4a3eb49c20c
files lisp/desktop.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/desktop.el	Mon Aug 13 10:35:48 2001 +0000
+++ b/lisp/desktop.el	Mon Aug 13 10:37:02 2001 +0000
@@ -521,8 +521,8 @@
       (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")