diff options
| author | Chong Yidong <cyd@stupidchicken.com> | 2008-02-25 17:40:31 +0000 |
|---|---|---|
| committer | Chong Yidong <cyd@stupidchicken.com> | 2008-02-25 17:40:31 +0000 |
| commit | 86ccfcb6a770663b288c9533c0b5f15c13ada3eb (patch) | |
| tree | eedd1f84624c3cb877f664a18a67f7a6e13c93c0 | |
| parent | eaebd3de48120a737ac70a6ae4269290f983675c (diff) | |
| download | emacs-86ccfcb6a770663b288c9533c0b5f15c13ada3eb.tar.gz | |
* files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
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 <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. |
