2003-06-01 Michael Kifer <kifer@cs.stonybrook.edu>

* desktop.el (desktop-create-buffer): Added (desktop-first-buffer) to
	the let-statement to avoid the startup error that desktop-first-buffer
	is undefined.
This commit is contained in:
Michael Kifer 2003-06-01 17:17:10 +00:00
parent 665a7c3b51
commit 27e4fd45a6
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2003-06-01 Michael Kifer <kifer@cs.stonybrook.edu>
* desktop.el (desktop-create-buffer): Added (desktop-first-buffer) to
the let-statement to avoid the startup error that desktop-first-buffer
is undefined.
2003-06-01 Andreas Schwab <schwab@suse.de>
* man.el (Man-name-regexp): Also match Latin-1 soft hyphen.

View file

@ -875,6 +875,7 @@ This function always sets `desktop-enable' to t."
(let (
(buffer-list (buffer-list))
(hlist desktop-buffer-handlers)
(desktop-first-buffer)
(result)
(handler)
)