changeset 59487:c1de47aaf80f

(desktop-save): Add `mode: emacs-lisp' to the local variables line in desktop files.
author Juri Linkov <juri@jurta.org>
date Wed, 12 Jan 2005 00:51:17 +0000
parents 3b3f211ffa93
children a111e3fea086
files lisp/desktop.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/desktop.el	Wed Jan 12 00:42:57 2005 +0000
+++ b/lisp/desktop.el	Wed Jan 12 00:51:17 2005 +0000
@@ -653,7 +653,7 @@
       (erase-buffer)
 
       (insert
-        ";; -*- coding: emacs-mule; -*-\n"
+        ";; -*- mode: emacs-lisp; coding: emacs-mule; -*-\n"
         desktop-header
         ";; Created " (current-time-string) "\n"
         ";; Desktop file format version " desktop-file-version "\n"