]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/ede/makefile-edit.el
Merge from emacs-24; up to 2014-04-17T02:05:48Z!eggert@cs.ucla.edu
[gnu-emacs] / lisp / cedet / ede / makefile-edit.el
index afa1c7200ec99efccffd44b4abde8cf49e3da4fa..4c4398eb06215aa81f09ea5ef5e306ffb58947ac 100644 (file)
@@ -1,6 +1,6 @@
 ;;; makefile-edit.el --- Makefile editing/scanning commands.
 
-;; Copyright (C) 2009-2012 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
@@ -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)