From: Stefan Monnier Date: Fri, 28 May 2004 22:54:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~6027 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=034a61136389529b364d7556cdf3176bdc4c9a87;p=emacs.git *** empty log message *** --- 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.