changeset 55813:9af433cd3820

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 28 May 2004 22:54:58 +0000
parents 093305d9b188
children 45f2afeb662b
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri May 28 22:33:35 2004 +0000
+++ b/lisp/ChangeLog	Fri May 28 22:54:58 2004 +0000
@@ -31,6 +31,8 @@
 
 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* subr.el (with-selected-window): Only save/restore the selected window.
+
 	* progmodes/compile.el (compilation-error-regexp-alist):
 	Use expand-file-name and data-directory.
 
--- a/src/ChangeLog	Fri May 28 22:33:35 2004 +0000
+++ b/src/ChangeLog	Fri May 28 22:54:58 2004 +0000
@@ -1,3 +1,9 @@
+2004-05-28  Jim Blandy  <jimb@redhat.com>
+
+	* regex.c (print_partial_compiled_pattern): Add missing 'break'
+	after 'case wordend'.  For symbeg and symend, print to stderr,
+	like the other cases.
+
 2004-05-28  Noah Friedman  <friedman@splode.com>
 
 	* process.c (Fdelete_process): Do not call remove_process.