# HG changeset patch # User Gerd Moellmann # Date 996474197 0 # Node ID 27468a9cf559cd0894b63c2b6c65cdbadfaee7c1 # Parent 374015c2d9ea0240f84b9625713adb9201dcac3b (desktop-save): Add `-*- coding: emacs-mule -*-' to the desktop file. diff -r 374015c2d9ea -r 27468a9cf559 lisp/desktop.el --- 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 ;; 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")