comparison src/ChangeLog @ 40649:9ceb55408927

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 02 Nov 2001 07:14:24 +0000
parents 4359f8c69261
children 5d09739999b8
comparison
equal deleted inserted replaced
40648:a48a4d0806b4 40649:9ceb55408927
1 2001-11-02 Richard M. Stallman <rms@gnu.org>
2
3 * textprop.c (Fget_char_property): Doc fix.
4
1 2001-11-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 5 2001-11-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 6
3 * process.c (Fstart_process): Add usage to doc-string. 7 * process.c (Fstart_process): Add usage to doc-string.
4 8
5 * data.c (Fsetq_default): Ditto. 9 * data.c (Fsetq_default): Ditto.
9 2001-11-01 Stefan Monnier <monnier@cs.yale.edu> 13 2001-11-01 Stefan Monnier <monnier@cs.yale.edu>
10 14
11 * macros.c: Don't include keymap.h any more. 15 * macros.c: Don't include keymap.h any more.
12 16
13 2001-11-01 Richard M. Stallman <rms@gnu.org> 17 2001-11-01 Richard M. Stallman <rms@gnu.org>
18
19 * data.c (Fmake_local_variable): Doc fix.
20
21 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
22 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
14 23
15 * keymap.c (Fdescribe_buffer_bindings): Print character property 24 * keymap.c (Fdescribe_buffer_bindings): Print character property
16 bindings along with or instead of the buffer local map. 25 bindings along with or instead of the buffer local map.
17 Make the overriding maps override what they should. 26 Make the overriding maps override what they should.
18 27