aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/desktop.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/desktop.el')
-rw-r--r--lisp/desktop.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/desktop.el b/lisp/desktop.el
index 5eebfd17aee..29230e07cb5 100644
--- a/lisp/desktop.el
+++ b/lisp/desktop.el
@@ -220,7 +220,7 @@ the normal hook `desktop-not-loaded-hook' is run."
220 :group 'desktop 220 :group 'desktop
221 :version "22.2") 221 :version "22.2")
222 222
223(defcustom desktop-path '("." "~") 223(defcustom desktop-path (list "." user-emacs-directory "~")
224 "List of directories to search for the desktop file. 224 "List of directories to search for the desktop file.
225The base name of the file is specified in `desktop-base-file-name'." 225The base name of the file is specified in `desktop-base-file-name'."
226 :type '(repeat directory) 226 :type '(repeat directory)