# HG changeset patch # User Chong Yidong # Date 1203961231 0 # Node ID 32cc1429bc4cdd063e81e10c9124cce6b0bb7247 # Parent 698ec286007829a65fe894e55f9c8bf6e3f03777 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well. diff -r 698ec2860078 -r 32cc1429bc4c lisp/ChangeLog --- a/lisp/ChangeLog Mon Feb 25 17:13:54 2008 +0000 +++ b/lisp/ChangeLog Mon Feb 25 17:40:31 2008 +0000 @@ -1,3 +1,7 @@ +2008-02-25 Chong Yidong + + * files.el (shell-quote-wildcard-pattern): Quote ' and " as well. + 2008-02-24 Jason Rumney * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.