Mercurial > emacs
changeset 63875:ede5ae2b2e2e
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 30 Jun 2005 13:04:04 +0000 |
parents | 56e33caef84f |
children | f66c007ebe28 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jun 30 13:01:26 2005 +0000 +++ b/lisp/ChangeLog Thu Jun 30 13:04:04 2005 +0000 @@ -1,5 +1,9 @@ 2005-06-30 Juanma Barranquero <lekktu@gmail.com> + * replace.el (occur-1): When no matches are found, do not set the + `buffer-read-only' and modified flags for the occur buffer, + because it is deleted. + * emulation/cua-base.el (cua-check-pending-input) (cua-repeat-replace-region, cua-mode, cua-debug) (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):