+2001-07-30 Gerd Moellmann <gerd@gnu.org>
+
+ * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
+ the desktop file.
+
2001-07-27 Gerd Moellmann <gerd@gnu.org>
* emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
;;; 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 <terra@diku.dk>
;; Keywords: convenience
(erase-buffer)
(insert desktop-header
+ ";; -*- coding: emacs-mule; -*-\n"
";; Created " (current-time-string) "\n"
";; Emacs version " emacs-version "\n\n"
";; Global section:\n")