1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-21 05:21:37 -07:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-09-07 10:40:53 +00:00
parent ce9561acfd
commit 1091dd67d1
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2000-09-07 Gerd Moellmann <gerd@gnu.org>
* menu-bar.el (menu-bar-update-buffers): Call frame-parameter
instead of frame-parameters.
* faces.el (set-face-attribute): Simplify by calling
internal-set-lisp-face-attribute with FRAME being 0.

View file

@ -1,5 +1,7 @@
2000-09-07 Gerd Moellmann <gerd@gnu.org>
* frame.c (Fframe_parameter): Handle `name' specially.
* xfaces.c (Finternal_set_lisp_face_attribute): If FRAME is 0,
change face on all frames, and change the default for new frames.