]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 7 Nov 2000 17:33:35 +0000 (17:33 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 7 Nov 2000 17:33:35 +0000 (17:33 +0000)
lisp/ChangeLog
src/ChangeLog

index 6fed746a2d8a7c9ecebe90ac0053a007dc40690c..34201247b2a0ce0641cd24bee7e9d0c8bc435ff2 100644 (file)
@@ -1,5 +1,7 @@
 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
 
+       * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
+
        * dired.el (dired-between-files): Add `^. find' as an alternative
        to the regular expression, for find-dired.
 
index bbc015195e729d0bc344c8527afd107a1e9a321d..94c3aab639f257fc74219f8481182927723ca41e 100644 (file)
@@ -1,5 +1,9 @@
 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
 
+       * window.c (Fset_window_configuration): Don't try to preserve
+       point in the current buffer, if that buffer is displayed in more
+       than one window.
+
        * xfaces.c (lookup_named_face): If default face isn't realized,
        try to realize it.  Return -1 if not successful.
        (Fx_list_fonts): Handle case that face cannot be determined.