bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: patch for make-mode.el, add "?=" syntax


From: Eli Zaretskii
Subject: Re: patch for make-mode.el, add "?=" syntax
Date: Sun, 3 Feb 2002 11:58:19 +0200 (IST)

On Sat, 2 Feb 2002, James Lawrence wrote:

> !   "^ *\\([^ \n\t][^:#= \t\n]*\\)[ \t]*[*:+]?:?="
>     "Regex used to find macro assignment lines in a makefile.")
>  
>   (defconst makefile-ignored-files-in-pickup-regex
> --- 241,247 ----
>   ;; 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]*[*:+]?[:?]?="
>     "Regex used to find macro assignment lines in a makefile.")

Thanks.  The current version already has this change.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]