Mercurial > emacs
comparison src/ChangeLog @ 67508:815e534890e9
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 11 Dec 2005 15:40:37 +0000 |
parents | e94d15e8e9b3 |
children | a1f2e352a862 |
comparison
equal
deleted
inserted
replaced
67507:a2a9e8afb055 | 67508:815e534890e9 |
---|---|
1 2005-12-11 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix. | |
4 | |
5 * lisp.h [! NO_UNION_TYPE] (EQ): Use == so args are computed just once. | |
6 | |
7 * keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE. | |
8 (Flookup_key): Doc fix. | |
9 (syms_of_keymap) <function-key-map>: Doc fix. | |
10 | |
11 * fns.c (Frequire): Treat evaluating from a source file | |
12 like loading the file. | |
13 | |
14 * floatfns.c (Flog): Doc fix. | |
15 | |
16 * fileio.c (Finsert_file_contents): Set Vdeactivate_mark | |
17 when we change the buffer. | |
18 | |
1 2005-12-11 Juri Linkov <juri@jurta.org> | 19 2005-12-11 Juri Linkov <juri@jurta.org> |
2 | 20 |
3 * minibuf.c (display_completion_list_1): | 21 * minibuf.c (display_completion_list_1): |
4 Call `minibuffer_completion_contents' instead of using `nil' as | 22 Call `minibuffer_completion_contents' instead of using `nil' as |
5 second arg of `Fdisplay_completion_list'. | 23 second arg of `Fdisplay_completion_list'. |