mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
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:
parent
665a7c3b51
commit
27e4fd45a6
2 changed files with 7 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue