# HG changeset patch # User Eli Zaretskii # Date 996491332 0 # Node ID 1d8c9639b73cd7c13a34340868f742195379858a # Parent 29e540f10e622d2a338777da814385f428163258 (makefile-macroassign-regex): Recognize the ?= operator. From Jonathan Kamens . diff -r 29e540f10e62 -r 1d8c9639b73c lisp/progmodes/make-mode.el --- 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