*** empty log message ***
This commit is contained in:
parent
14d8c7f0c9
commit
3638868e17
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2001-08-09 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* desktop.el (desktop-save): Don't use concat to form a file
|
||||
name, use expand-file-name.
|
||||
|
||||
* mouse.el (mouse-delete-window): Do nothing if frame has just
|
||||
one window.
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
(add_command_key): Use larger_vector.
|
||||
(read_char_x_menu_prompt): Instead of converting symbol and
|
||||
integer events into conses (EVENT . nil), use (EVENT . disabled)
|
||||
which cannot be confused with legal events.
|
||||
which cannot be confused with valid events.
|
||||
(read_char): When reading from Vunread_command_events, check for
|
||||
events of the form (EVENT . disabled) instead of
|
||||
(EVENT . nil).
|
||||
|
|
Loading…
Add table
Reference in a new issue