diff lisp/desktop.el @ 85697:b5e2469d4be5

(desktop-load-locked-desktop, desktop-base-lock-name, desktop-not-loaded-hook): Fix :version tags.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 27 Oct 2007 17:13:58 +0000
parents b98604865ea0
children a7aa5ee6bc3a
line wrap: on
line diff
--- a/lisp/desktop.el	Sat Oct 27 14:53:19 2007 +0000
+++ b/lisp/desktop.el	Sat Oct 27 17:13:58 2007 +0000
@@ -204,7 +204,7 @@
     (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 @@
   "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 @@
   :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'.