From: Gerd Moellmann Date: Mon, 30 Jul 2001 06:23:47 +0000 (+0000) Subject: (desktop-save): Add `-*- coding: emacs-mule -*-' to X-Git-Tag: emacs-pretest-21.0.105~364 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=291e3b68cf13f930c6de44a08dbf5d76f16fef0c;p=emacs.git (desktop-save): Add `-*- coding: emacs-mule -*-' to the desktop file. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fa6a5fa69ef..ad9f7a0c52d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-07-30 Gerd Moellmann + + * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to + the desktop file. + 2001-07-27 Gerd Moellmann * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function. diff --git a/lisp/desktop.el b/lisp/desktop.el index 95ae3c91040..54a598d51c0 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el @@ -1,6 +1,7 @@ ;;; desktop.el --- save partial status of Emacs when killed -;; Copyright (C) 1993, 1994, 1995, 1997, 2000 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1994, 1995, 1997, 2000, 2001 +;; Free Software Foundation, Inc. ;; Author: Morten Welinder ;; Keywords: convenience @@ -522,6 +523,7 @@ MODE is the major mode." (erase-buffer) (insert desktop-header + ";; -*- coding: emacs-mule; -*-\n" ";; Created " (current-time-string) "\n" ";; Emacs version " emacs-version "\n\n" ";; Global section:\n")