From aac42a1b2cce228247ab21646cab881ecdf62221 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 12 Jan 2005 00:52:33 +0000 Subject: [PATCH] (desktop-save): Add `mode: emacs-lisp' to the local variables line in desktop files. --- lisp/ChangeLog | 7 +++++++ lisp/desktop.el | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bfd88a6e9f7..62138a3166c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -17,6 +17,13 @@ to get the right value of window-width in list-colors-print after the buffer is displayed. + * simple.el (pop-mark): Move deactivate-mark out of conditional + part to deactivate the active mark regardless of the state of the + mark ring. + + * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local + variables line in desktop files. + 2005-01-12 Juri Linkov * isearch.el (search-highlight, isearch, isearch-lazy-highlight): diff --git a/lisp/desktop.el b/lisp/desktop.el index 77c7a1f076f..aaa24874579 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el @@ -653,7 +653,7 @@ See also `desktop-base-file-name'." (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" -- 2.39.5