From: Chong Yidong Date: Mon, 25 Feb 2008 17:40:31 +0000 (+0000) Subject: * files.el (shell-quote-wildcard-pattern): Quote ' and " as well. X-Git-Tag: emacs-pretest-22.1.92~71 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86ccfcb6a770663b288c9533c0b5f15c13ada3eb;p=emacs.git * files.el (shell-quote-wildcard-pattern): Quote ' and " as well. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dad9d0314d1..a9054ba2ab5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.