From 034a61136389529b364d7556cdf3176bdc4c9a87 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 28 May 2004 22:54:58 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 2 ++ src/ChangeLog | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index de97b1c0e04..7fa14ecdcc9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -31,6 +31,8 @@ 2004-05-28 Stefan Monnier + * 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. diff --git a/src/ChangeLog b/src/ChangeLog index f0c26f3b4f0..96a5c27d964 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2004-05-28 Jim Blandy + + * 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 * process.c (Fdelete_process): Do not call remove_process. -- 2.39.5