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.
(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).