]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/shell.el (shell-directory-tracker): Case matters. (Bug#8735)
authorGlenn Morris <rgm@gnu.org>
Fri, 27 May 2011 01:54:56 +0000 (21:54 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 27 May 2011 01:54:56 +0000 (21:54 -0400)
lisp/ChangeLog
lisp/shell.el

index acde2b246c87f6b4c1eebc6db58c540198c2eea2..011e5e23e7131f26eeb6de572371a2835a311422 100644 (file)
@@ -1,5 +1,7 @@
 2011-05-27  Glenn Morris  <rgm@gnu.org>
 
+       * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
+
        * files.el (set-auto-mode):
        Also respect mode: entries at the end of the file.  (Bug#8586)
 
index 53455944ee6954ea5baf5c7c146a79f2457ffdb7..e07f996823e7cccf86cd628ce66b81f77a9632dc 100644 (file)
@@ -704,6 +704,7 @@ Environment variables are expanded, see function `substitute-in-file-name'."
                               (concat "^" shell-command-separator-regexp)
                               str) ; skip whitespace
                              (match-end 0)))
+               (case-fold-search)
                end cmd arg1)
            (while (string-match shell-command-regexp str start)
              (setq end (match-end 0)