*** empty log message ***
This commit is contained in:
parent
0a321fcf4e
commit
f46c275eda
2 changed files with 11 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
2000-09-20 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* fileio.c (Fread_file_name): Doc fix.
|
||||
|
||||
* editfns.c (Fmessage_or_box): Doc fix.
|
||||
|
||||
* fns.c (Fy_or_n_p, Fyes_or_no_p): Doc fix.
|
||||
|
||||
* xfns.c (xbm_scan): Allow C-style comments.
|
||||
|
||||
* xfns.c (xpm_init_color_cache) [ALLOC_XPM_COLORS]: If color
|
||||
|
|
Loading…
Add table
Reference in a new issue