]> git.eshelyaron.com Git - emacs.git/commitdiff
(desktop-load-locked-desktop, desktop-base-lock-name, desktop-not-loaded-hook):
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 27 Oct 2007 17:14:37 +0000 (17:14 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 27 Oct 2007 17:14:37 +0000 (17:14 +0000)
Fix :version tags.

lisp/ChangeLog
lisp/desktop.el

index 168d2e0e232ff045ee92dd2f9712677fb79d19c4..d91d92609e4df54284fcac395fe2bda62fb768a1 100644 (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.
index bddba82a9655548e39d26c63310f94b003e902e8..0fa38ed3c91ccb294f990949975b2415917ecb5a 100644 (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'.