diff options
| author | Richard M. Stallman | 2000-01-20 06:02:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2000-01-20 06:02:13 +0000 |
| commit | 8cc956425fac572883e29eb263f6f17b890824ce (patch) | |
| tree | 8fda571b174c97c1b5d2316e4102c10880f25506 /src/ChangeLog | |
| parent | 4f939ab8ad7b0fb1dc1a94cac159a8e5b3702baf (diff) | |
| download | emacs-8cc956425fac572883e29eb263f6f17b890824ce.tar.gz emacs-8cc956425fac572883e29eb263f6f17b890824ce.zip | |
(set_internal): Fix the criteria for whether
to swap out the old cached binding.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3edfe5a6d72..2a14d959212 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu> | ||
| 2 | |||
| 3 | * data.c (set_internal): Fix the criteria for whether | ||
| 4 | to swap out the old cached binding. | ||
| 5 | |||
| 1 | 2000-01-19 Dave Love <fx@gnu.org> | 6 | 2000-01-19 Dave Love <fx@gnu.org> |
| 2 | 7 | ||
| 3 | * lread.c: (syms_of_lread) [user-init-file]: Doc change. | 8 | * lread.c: (syms_of_lread) [user-init-file]: Doc change. |