]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 28 May 2004 22:54:58 +0000 (22:54 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 28 May 2004 22:54:58 +0000 (22:54 +0000)
lisp/ChangeLog
src/ChangeLog

index de97b1c0e042d2bf4cb41bcf27c9a88dc035e9ec..7fa14ecdcc93abb68b58398672259c44afb205f6 100644 (file)
@@ -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.
 
index f0c26f3b4f091987e2c66110ecb4013159064117..96a5c27d9646bb5a09db62018eaef8d728048343 100644 (file)
@@ -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.