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

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

bug#27185: GNUMakefile mode shows lines that will be executed in comment


From: 積丹尼 Dan Jacobson
Subject: bug#27185: GNUMakefile mode shows lines that will be executed in comment color
Date: Thu, 01 Jun 2017 20:42:50 +0800

$ cat Makefile
mmm:
        echo 111 #;\
        echo 222
$ emacs Makefile #shows the second line in comment color,
but when one does M-x compile, we see the second line is indeed executed.





reply via email to

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