]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 5 Sep 2000 15:57:18 +0000 (15:57 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 5 Sep 2000 15:57:18 +0000 (15:57 +0000)
lisp/ChangeLog
src/ChangeLog

index e70a4123ddfb243311615c9cae659279bdbc0dfd..7525999db14a10e91ee764bcb94720248cb33d0a 100644 (file)
@@ -1,3 +1,10 @@
+2000-09-05  Gerd Moellmann  <gerd@gnu.org>
+
+       * faces.el (set-face-attribute, face-spec-reset-face)
+       (face-spec-set): Avoid consing by removing calls to `apply'.
+
+       * frame.el (frame-parameter): Move to C code.
+
 2000-09-05  Dave Love  <fx@gnu.org>
 
        * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
index bbaf75874fe502dcc6b485640f1a46989ef78d20..c97898e70d7d5fa1dcefebfc1a8fe27325a4689e 100644 (file)
@@ -1,5 +1,10 @@
 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
 
+       * frame.c (Qdisplay_type): New variable.
+       (syms_of_frame_1): Initialize it.
+       (Fframe_parameter): New function that avoids consing.
+       (syms_of_frame): Defsubr it.
+
        * buffer.c (Fother_buffer): Consider buffers as invisible when
        they are displayed in a window on an invisible frame.