*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-01-11 16:09:32 +00:00
parent ca29f2b87b
commit a7ee2d2e77
2 changed files with 9 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2001-01-11 Gerd Moellmann <gerd@gnu.org>
* comint.el (comint-goto-process-mark): Don't print a message
when running in batch mode.
* isearch.el (isearch-search): In the condition-case handler for
`error', set isearch-invalid-regexp to the whole error message.

View file

@ -1,5 +1,11 @@
2001-01-11 Gerd Moellmann <gerd@gnu.org>
* xselect.c (selection_request_dpyinfo): New variable.
(x_handle_selection_request): Set it.
(x_selection_request_lisp_error): Don't call
x_decline_selection_request if selection request's display has
been closed.
* xfaces.c (x_free_colors, x_free_dpy_colors) [DEBUG_X_COLORS]: Do
the unregister_colors before calling XFreeColors.