# HG changeset patch # User Kim F. Storm # Date 1156752144 0 # Node ID 28a8ed4ad55230e33b00bc13016c18cb28160e37 # Parent 92303e5498ea85068b4e862a7492843242e9a306 *** empty log message *** diff -r 92303e5498ea -r 28a8ed4ad552 lisp/ChangeLog --- a/lisp/ChangeLog Mon Aug 28 04:19:27 2006 +0000 +++ b/lisp/ChangeLog Mon Aug 28 08:02:24 2006 +0000 @@ -1,3 +1,10 @@ +2006-08-28 Kim F. Storm + + * find-dired.el (find-dired): Use shell-quote-argument to properly + escape ( and ) args. Also use it on {} and ; args in default + value of find-ls-option string. + (find-grep-dired): Use shell-quote-argument on {} and ; args. + 2006-08-27 Michael Olson * emacs-lisp/tq.el: Small grammar fix in comments.