Mercurial > emacs
comparison src/ChangeLog @ 34810:61d22833847a
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 21 Dec 2000 21:27:37 +0000 |
parents | 44a7acc015ca |
children | 6506a2f76b62 |
comparison
equal
deleted
inserted
replaced
34809:5131c8bca419 | 34810:61d22833847a |
---|---|
1 2000-12-21 Gerd Moellmann <gerd@gnu.org> | 1 2000-12-21 Gerd Moellmann <gerd@gnu.org> |
2 | |
3 * xdisp.c (Fdump_glyph_row) [GLYPH_DEBUG]: Add optional arg | |
4 GLYPHS. | |
5 | |
6 * dispextern.h (GLYPH_EQUAL_P): Also compare pixel widths, | |
7 otherwise tabs of different size compare equal. | |
8 | |
9 * callint.c (Fcall_interactively): Prevent a compiler warning. | |
10 | |
11 * print.c (print_unwind): Return nil. | |
12 (PRINTDECLARE): Initialize all local variables. | |
13 (print_preprocess): Add a default case. | |
2 | 14 |
3 * lisp.h (Qinhibit_point_motion_hooks): Declare extern. | 15 * lisp.h (Qinhibit_point_motion_hooks): Declare extern. |
4 | 16 |
5 * undo.c (Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t. | 17 * undo.c (Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t. |
6 | 18 |