]> code.delx.au - gnu-emacs/blobdiff - lisp/desktop.el
Merge from emacs-23
[gnu-emacs] / lisp / desktop.el
index 4af1fea1f9a417c1e693114f1611d3efe7426b4c..9be0ad74adb2d8ecca324214627a71a6927149ac 100644 (file)
@@ -622,7 +622,10 @@ is nil, ask the user where to save the desktop."
   (when (and desktop-save-mode
              (let ((exists (file-exists-p (desktop-full-file-name))))
                (or (eq desktop-save t)
-                   (and exists (memq desktop-save '(ask-if-new if-exists)))
+                   (and exists (eq desktop-save 'if-exists))
+                  ;; If it exists, but we aren't using it, we are going
+                  ;; to ask for a new directory below.
+                   (and exists desktop-dirname (eq desktop-save 'ask-if-new))
                    (and
                     (or (memq desktop-save '(ask ask-if-new))
                         (and exists (eq desktop-save 'ask-if-exists)))