emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/desktop.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/desktop.el
Date: Sun, 03 Apr 2005 10:01:44 -0400

Index: emacs/lisp/desktop.el
diff -c emacs/lisp/desktop.el:1.81 emacs/lisp/desktop.el:1.82
*** emacs/lisp/desktop.el:1.81  Wed Feb  9 15:50:43 2005
--- emacs/lisp/desktop.el       Sun Apr  3 14:01:43 2005
***************
*** 1,6 ****
  ;;; desktop.el --- save partial status of Emacs when killed
  
! ;; Copyright (C) 1993, 1994, 1995, 1997, 2000, 2001
  ;;   Free Software Foundation, Inc.
  
  ;; Author: Morten Welinder <address@hidden>
--- 1,6 ----
  ;;; desktop.el --- save partial status of Emacs when killed
  
! ;; Copyright (C) 1993, 1994, 1995, 1997, 2000, 2001, 2005
  ;;   Free Software Foundation, Inc.
  
  ;; Author: Morten Welinder <address@hidden>
***************
*** 158,171 ****
  
  (defcustom desktop-no-desktop-file-hook nil
    "Normal hook run when `desktop-read' can't find a desktop file.
! May e.g. be used to show a dired buffer."
    :type 'hook
    :group 'desktop
    :version "22.1")
  
  (defcustom desktop-after-read-hook nil
    "Normal hook run after a successful `desktop-read'.
! May e.g. be used to show a buffer list."
    :type 'hook
    :group 'desktop
    :version "22.1")
--- 158,171 ----
  
  (defcustom desktop-no-desktop-file-hook nil
    "Normal hook run when `desktop-read' can't find a desktop file.
! May be used to show a dired buffer."
    :type 'hook
    :group 'desktop
    :version "22.1")
  
  (defcustom desktop-after-read-hook nil
    "Normal hook run after a successful `desktop-read'.
! May be used to show a buffer list."
    :type 'hook
    :group 'desktop
    :version "22.1")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]