changeset 33282:e173b6ea0fde

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 07 Nov 2000 17:33:35 +0000
parents e321e58206ac
children 4a8304668f5c
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Nov 07 17:32:47 2000 +0000
+++ b/lisp/ChangeLog	Tue Nov 07 17:33:35 2000 +0000
@@ -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.
 
--- a/src/ChangeLog	Tue Nov 07 17:32:47 2000 +0000
+++ b/src/ChangeLog	Tue Nov 07 17:33:35 2000 +0000
@@ -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.