Mercurial > emacs
changeset 51378:140113b35d70
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.
author | Michael Kifer <kifer@cs.stonybrook.edu> |
---|---|
date | Sun, 01 Jun 2003 17:17:10 +0000 |
parents | 8a3d812ebc28 |
children | f61b3dac769b |
files | lisp/ChangeLog lisp/desktop.el |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jun 01 17:09:32 2003 +0000 +++ b/lisp/ChangeLog Sun Jun 01 17:17:10 2003 +0000 @@ -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.