# HG changeset patch # User Juri Linkov # Date 1105491077 0 # Node ID c1de47aaf80f78f369d637c7c2bf2007b074a839 # Parent 3b3f211ffa93082dbbf48befb35e78cedef05cbf (desktop-save): Add `mode: emacs-lisp' to the local variables line in desktop files. diff -r 3b3f211ffa93 -r c1de47aaf80f lisp/desktop.el --- 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"