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

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

bug#39094: 27.0.50; ; [PATCH] * makefile-edit.el: regexp-quote the param


From: lin.sun
Subject: bug#39094: 27.0.50; ; [PATCH] * makefile-edit.el: regexp-quote the param in makefile-move-to-macro to avoid error message
Date: Sun, 12 Jan 2020 16:06:43 +0800

Hi Eli,

The attachment is a patch to fix the complaint message from 
`makefile-move-to-macro' for the param for re-search-forward isn't escaped.
To reproduce the issue, just run follow commands in your shell,
$ echo 'AM_LIBTMP_LIBS:=$(shell X \--libs)' > /tmp/Makefile.am
$ emacs -Q --eval '(progn (global-ede-mode t)(semantic-mode t)(find-file 
"/tmp/Makefile.am"))'

Could you please review and apply the patch? 
Thank you.

B.R.
Lin Sun

Attachment: 0001-Fix-the-error-message-from-makefile-move-to-macro.patch
Description: Binary data


reply via email to

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