+2006-09-08 David Kastrup <dak@gnu.org>
+
+ * desktop.el (desktop-read): when loading a desktop, disable
+ saving it while the load progresses, and switch off a pending lazy
+ load by calling `desktop-lazy-abort'.
+
2006-08-27 Martin Rudalics <rudalics@gmx.at>
* window.el (mouse-autoselect-window-timer)
repertoire of unit tests. Called just before the provide iff user
has customized `allout-run-unit-tests-on-load' non-nil.
-2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
+2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
* emacs-lisp/authors.el (authors-aliases): Update.
Sync with Tramp 2.0.53.
* net/tramp.el (tramp-completion-mode): ?\t has event-modifier
- 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
+ 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
(tramp-completion-file-name-handler): Add autoload cookie for
adding to `file-name-handler-alist'.
Let term-handle-ansi-terminal-messages override what Bash says about
its current directory.
-2005-12-16 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
+2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
* bindings.el (last-buffer): Move to simple.el.
* simple.el (last-buffer): Move here.
prompts work for AUTH PLAIN. Also reported by Steve Allan
<seallan@verizon.net>.
-2005-12-06 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
+2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
* frame.el (set-frame-parameter): Add doc string.
(flyspell-post-command-hook): Check input-pending-p while processing
the potentially long list of buffer changes.
-2005-11-28 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
+2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
* buff-menu.el (list-buffers-noselect): Display the selected
frame's buffer list, not the global one.
;; Desktop file found, process it.
(let ((desktop-first-buffer nil)
(desktop-buffer-ok-count 0)
- (desktop-buffer-fail-count 0))
- (setq desktop-lazy-timer nil)
+ (desktop-buffer-fail-count 0)
+ desktop-save)
+ (desktop-lazy-abort)
;; Evaluate desktop buffer.
(load (desktop-full-file-name) t t t)
;; `desktop-create-buffer' puts buffers at end of the buffer list.