changeset 80209:32cc1429bc4c

* files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 25 Feb 2008 17:40:31 +0000
parents 698ec2860078
children dc5774be241d
files lisp/ChangeLog
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <cyd@stupidchicken.com>
+
+	* files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
+
 2008-02-24  Jason Rumney  <jasonr@gnu.org>
 
 	* files.el (file-name-invalid-regexp): Fix octal/decimal confusion.