From 21f7951223991bedb8d1e5fbfdf2c1ce0ebac99d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 30 Jul 2001 11:09:22 +0000 Subject: [PATCH] (makefile-macroassign-regex): Recognize the ?= operator. From Jonathan Kamens . --- lisp/ChangeLog | 5 +++++ lisp/progmodes/make-mode.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 88df059d55c..f864a939361 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-07-30 Eli Zaretskii + + * progmodes/make-mode.el (makefile-macroassign-regex): Recognize + the ?= operator. From Jonathan Kamens . + 2001-07-30 Gerd Moellmann * vc.el (vc-switch-backend): Fix autoload cookie. diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 686aa27fbde..3ce6cdb0195 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -248,7 +248,7 @@ not be enclosed in { } or ( )." ;; 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 -- 2.39.2