changeset 38600:1d8c9639b73c

(makefile-macroassign-regex): Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 30 Jul 2001 11:08:52 +0000
parents 29e540f10e62
children 1b4bd3eb0f27
files lisp/progmodes/make-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/make-mode.el	Mon Jul 30 11:01:41 2001 +0000
+++ b/lisp/progmodes/make-mode.el	Mon Jul 30 11:08:52 2001 +0000
@@ -248,7 +248,7 @@
 ;; that if you change this regexp you might have to fix the imenu
 ;; index in makefile-imenu-generic-expression.
 (defconst makefile-macroassign-regex
-  "^ *\\([^ \n\t][^:#= \t\n]*\\)[ \t]*[*:+]?:?="
+  "^ *\\([^ \n\t][^:#= \t\n]*\\)[ \t]*[*:+]?[:?]?="
   "Regex used to find macro assignment lines in a makefile.")
 
 (defconst makefile-ignored-files-in-pickup-regex