*** empty log message ***
This commit is contained in:
parent
b653cee476
commit
0a3297f7bb
2 changed files with 13 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue