Mercurial > emacs
diff lisp/ChangeLog @ 31776:012c9b7f1a0a
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 20 Sep 2000 16:25:52 +0000 |
parents | 89fcb6926a97 |
children | 0ac4efb76ef6 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Sep 20 16:24:15 2000 +0000 +++ b/lisp/ChangeLog Wed Sep 20 16:25:52 2000 +0000 @@ -1,5 +1,10 @@ 2000-09-20 Gerd Moellmann <gerd@gnu.org> + * frame.el (frame-notice-user-settings): Add a last parameter nil + to a call to `append', because the last list passed to `append' is + not copied, and so subsequent calls to assq-delete-all will modify + default-frame-alist. + * startup.el (fancy-splash-image): Change :type. (fancy-splash-head): Use an XBM image if appropriate. (command-line-1): Show splash screens in more cases.