Mercurial > emacs
changeset 104526:558b3eb1324e
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 22 Aug 2009 00:17:56 +0000 |
parents | b8afce0dc654 |
children | f03eb2311295 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Aug 22 00:17:48 2009 +0000 +++ b/lisp/ChangeLog Sat Aug 22 00:17:56 2009 +0000 @@ -1,3 +1,13 @@ +2009-08-22 Juri Linkov <juri@jurta.org> + + * progmodes/grep.el (lgrep, rgrep): At the beginning + set `dir' to `default-directory' unless `dir' is a non-nil + readable directory. (Bug#4052) + (lgrep, rgrep): Change a weird way to report an error + from using `read-string' to using `error'. + Instead of using interactive arguments in the function body, + add new argument `confirm'. + 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca> * textmodes/remember.el (remember-buffer):