summaryrefslogtreecommitdiff
path: root/lisp/desktop.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/desktop.el')
-rw-r--r--lisp/desktop.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/desktop.el b/lisp/desktop.el
index 0fa38ed3c91..bddba82a965 100644
--- a/lisp/desktop.el
+++ b/lisp/desktop.el
@@ -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 "22.2")
+ :version "23.1")
(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 "22.2")
+ :version "23.1")
(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 "22.2")
+ :version "23.1")
(defcustom desktop-after-read-hook nil
"Normal hook run after a successful `desktop-read'.