Mercurial > emacs
changeset 98134:854ebfeef140
* replace.el (perform-replace): Don't set inhibit-read-only using
query-replace-skip-read-only (bug#956).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 10 Sep 2008 22:16:15 +0000 |
parents | 0007d69c4e5a |
children | d4db403fda8d |
files | lisp/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Sep 10 21:51:06 2008 +0000 +++ b/lisp/ChangeLog Wed Sep 10 22:16:15 2008 +0000 @@ -1,5 +1,8 @@ 2008-09-10 Chong Yidong <cyd@stupidchicken.com> + * replace.el (perform-replace): Don't set inhibit-read-only using + query-replace-skip-read-only (bug#956). + * edmacro.el (edmacro-parse-keys): Fix last change to omit macros of the <<foo>> form.