Mercurial > emacs
comparison src/ChangeLog @ 37860:fc297b7bb8bb
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 21 May 2001 12:40:16 +0000 |
parents | b3fd27aaa58d |
children | db3e294b4ce2 |
comparison
equal
deleted
inserted
replaced
37859:5c792c525a42 | 37860:fc297b7bb8bb |
---|---|
37 (Fbyte_code) <varset>: Simplify the test if symbol's value can be | 37 (Fbyte_code) <varset>: Simplify the test if symbol's value can be |
38 set directly. | 38 set directly. |
39 | 39 |
40 * alloc.c (Fmake_symbol): Adapt to changes of struct Lisp_Symbol. | 40 * alloc.c (Fmake_symbol): Adapt to changes of struct Lisp_Symbol. |
41 | 41 |
42 * abbrev.c, buffer.c, coding.c, fns.c, frame.c, keyboard.c: Use | 42 * abbrev.c, buffer.c, coding.c, fns.c, frame.c, keyboard.c: |
43 SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing | 43 * minibuf.c, sunfns.c, w16select.c: Use SYMBOL_VALUE/ |
44 symbols' value directly. | 44 SET_SYMBOL_VALUE macros instead of accessing symbols' value |
45 directly. | |
45 | 46 |
46 2001-05-18 Gerd Moellmann <gerd@gnu.org> | 47 2001-05-18 Gerd Moellmann <gerd@gnu.org> |
47 | 48 |
48 * eval.c (call_debugger): Don't bind inhibit-eval-during-redisplay. | 49 * eval.c (call_debugger): Don't bind inhibit-eval-during-redisplay. |
49 | 50 |