emacs-devel
[Top][All Lists]
Advanced

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

Re: Backslash cleanup introduced bug [284c470e 9/17]


From: Paul Eggert
Subject: Re: Backslash cleanup introduced bug [284c470e 9/17]
Date: Fri, 18 Sep 2015 09:45:31 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0

One more thing.  Re this reversion:

-       (verilog-insert " // Implicit .*\n"))
+ (verilog-insert " // Implicit .\*\n")) ;For some reason the . or * must be escaped...

Could you please explain why the backslash is needed before "*"? In Elisp, the two strings are equal.



reply via email to

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