1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(desktop-load-locked-desktop, desktop-base-lock-name, desktop-not-loaded-hook):

Fix :version tags.
This commit is contained in:
Juanma Barranquero 2007-10-27 17:14:37 +00:00
parent 9db0c29b26
commit 8f3f313d13
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2007-10-27 Juanma Barranquero <lekktu@gmail.com>
* desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
(desktop-not-loaded-hook): Fix :version tags.
2007-10-27 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.

View File

@ -204,7 +204,7 @@ the normal hook `desktop-not-loaded-hook' is run."
(const :tag "Don't load" nil)
(const :tag "Ask the user" ask))
:group 'desktop
:version "23.1")
:version "22.2")
(defcustom desktop-base-file-name
(convert-standard-filename ".emacs.desktop")
@ -219,7 +219,7 @@ the normal hook `desktop-not-loaded-hook' is run."
"Name of lock file for Emacs desktop, excluding the directory part."
:type 'file
:group 'desktop
:version "23.1")
:version "22.2")
(defcustom desktop-path '("." "~")
"List of directories to search for the desktop file.
@ -253,7 +253,7 @@ May be used to deal with accidental multiple Emacs jobs."
:type 'hook
:group 'desktop
:options '(desktop-save-mode-off save-buffers-kill-emacs)
:version "23.1")
:version "22.2")
(defcustom desktop-after-read-hook nil
"Normal hook run after a successful `desktop-read'.