Mercurial > emacs
changeset 38592:27468a9cf559
(desktop-save): Add `-*- coding: emacs-mule -*-' to
the desktop file.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 30 Jul 2001 06:23:17 +0000 |
parents | 374015c2d9ea |
children | bea0a90bac98 |
files | lisp/desktop.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/desktop.el Sun Jul 29 11:07:35 2001 +0000 +++ b/lisp/desktop.el Mon Jul 30 06:23:17 2001 +0000 @@ -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 <terra@diku.dk> ;; Keywords: convenience @@ -522,6 +523,7 @@ (erase-buffer) (insert desktop-header + ";; -*- coding: emacs-mule; -*-\n" ";; Created " (current-time-string) "\n" ";; Emacs version " emacs-version "\n\n" ";; Global section:\n")