1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-12-21 16:56:38 +00:00
parent 8c757fd783
commit 8e15274f3f
2 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,11 @@
2000-12-21 Gerd Moellmann <gerd@gnu.org>
* generic.el (generic-read-type): Build an alist for
completing-read as in 20.7.
* play/landmark.el (lm): Use interactive spec `P'.
(toplevel): Don't set debug-on-error.
* server.el (server-switch-buffer): Choose a window on a visible
frame.

View File

@ -1,5 +1,9 @@
2000-12-21 Gerd Moellmann <gerd@gnu.org>
* lisp.h (Qinhibit_point_motion_hooks): Declare extern.
* undo.c (Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t.
* window.c (delete_window, Fsplit_window)
(Fset_window_configuration): Calls to ensure_frame_matrix removed.