aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-20 16:03:42 +0000
committerGerd Moellmann2000-02-20 16:03:42 +0000
commit329eed9f6e44972161dd9cce7a62ca2e68e5c700 (patch)
treee00123cedd12e1605aeb736db5febe199103523b /src
parent0acdf642cfbffe8bd800dd641a6c3132a9f718c6 (diff)
downloademacs-329eed9f6e44972161dd9cce7a62ca2e68e5c700.tar.gz
emacs-329eed9f6e44972161dd9cce7a62ca2e68e5c700.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 50d9730beb9..e7ba55229b8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12000-02-19 Gerd Moellmann <gerd@gnu.org>
2
3 * eval.c (funcall_lambda): Don't bind Qmocklisp_arguments unless
4 Vmocklisp_arguments is nil. Inline Fcar and Fcdr.
5 (specbind, unbind_to): Handle most common case of non-constant
6 symbol with trivial value specially.
7
8 * bytecode.c (Fbyte_code) <Bvarset>: Inline most common case.
9
12000-02-20 Richard M. Stallman <rms@caffeine.ai.mit.edu> 102000-02-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2 11
3 * data.c (Fmake_variable_buffer_local): Doc fix. 12 * data.c (Fmake_variable_buffer_local): Doc fix.