1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00

*** empty log message ***

This commit is contained in:
Eli Zaretskii 2006-08-05 13:31:11 +00:00
parent b653cee476
commit 0a3297f7bb
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-08-05 Eli Zaretskii <eliz@gnu.org>
* buff-menu.el (list-buffers-noselect): For Info buffers, use
"(file)node" instead of the file name.
2006-08-05 Richard Stallman <rms@gnu.org>
* faces.el (escape-glyph): Doc fix.

View File

@ -1,5 +1,13 @@
2006-08-05 Eli Zaretskii <eliz@gnu.org>
* w32.c (w32_valid_pointer_p): New function.
* w32.h: Add prototype for w32_valid_pointer_p.
* alloc.c: Include w32.h.
(valid_lisp_object_p) [WINDOWSNT]: Call w32_valid_pointer_p to do
the job.
* keyboard.c (kbd_buffer_get_event): Return Qnil when current time
is exactly equal to end_time, not only when it is past that.