projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9545957
)
* lisp/shell.el (shell-directory-tracker): Case matters. (Bug#8735)
author
Glenn Morris
<rgm@gnu.org>
Fri, 27 May 2011 01:54:56 +0000
(21:54 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 27 May 2011 01:54:56 +0000
(21:54 -0400)
lisp/ChangeLog
patch
|
blob
|
history
lisp/shell.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index acde2b246c87f6b4c1eebc6db58c540198c2eea2..011e5e23e7131f26eeb6de572371a2835a311422 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-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)
diff --git
a/lisp/shell.el
b/lisp/shell.el
index 53455944ee6954ea5baf5c7c146a79f2457ffdb7..e07f996823e7cccf86cd628ce66b81f77a9632dc 100644
(file)
--- a/
lisp/shell.el
+++ b/
lisp/shell.el
@@
-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)