comparison src/ChangeLog @ 33511:dd371c632ef9

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 15 Nov 2000 19:25:57 +0000
parents 02bf0aa33c9f
children 9e38c818d76e
comparison
equal deleted inserted replaced
33510:405f162f1fc7 33511:dd371c632ef9
1 2000-11-15 Gerd Moellmann <gerd@gnu.org> 1 2000-11-15 Gerd Moellmann <gerd@gnu.org>
2
3 * frame.c (syms_of_frame_1): Removed; code moved to syms_of_frame.
4 (Qinhibit_default_face_x_resources): New variable.
5 (syms_of_frame): Initialize it.
6 (Fmodify_frame_parameters): Bind inhibit-default-face-x-resources.
7
8 * xdisp.c (pos_visible_p): Improve function comment.
9
10 * lisp.h (BINDING_STACK_SIZE): New macro.
2 11
3 * dired.c (directory_files_internal) [EAGAIN || EINTR]: Retry 12 * dired.c (directory_files_internal) [EAGAIN || EINTR]: Retry
4 reading the directory if readdir returns null and errno is EAGAIN 13 reading the directory if readdir returns null and errno is EAGAIN
5 or EINTR. 14 or EINTR.
6 15