summaryrefslogtreecommitdiff
path: root/lisp/cedet/ede/makefile-edit.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/ede/makefile-edit.el')
-rw-r--r--lisp/cedet/ede/makefile-edit.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/cedet/ede/makefile-edit.el b/lisp/cedet/ede/makefile-edit.el
index afa1c7200ec..739b774ee52 100644
--- a/lisp/cedet/ede/makefile-edit.el
+++ b/lisp/cedet/ede/makefile-edit.el
@@ -99,7 +99,8 @@ STOP-BEFORE is a regular expression matching a file name."
"Return a list of all files in MACRO."
(save-excursion
(goto-char (point-min))
- (let ((lst nil))
+ (let ((lst nil)
+ (case-fold-search nil))
(while (makefile-move-to-macro macro t)
(let ((e (save-excursion
(makefile-end-of-command)