# HG changeset patch # User Juri Linkov # Date 1250900276 0 # Node ID 558b3eb1324ee491c41b96c96039a7f6dd7cd04f # Parent b8afce0dc654d69c53e30455c41e498198650219 *** empty log message *** diff -r b8afce0dc654 -r 558b3eb1324e lisp/ChangeLog --- 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 + + * 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 * textmodes/remember.el (remember-buffer):