mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-15 18:26:36 -04:00
(matching_regexp): Escape '\\'.
This commit is contained in:
parent
1699c6afe5
commit
cbdf883147
|
|
@ -2050,7 +2050,7 @@ matching_regexp ()
|
|||
{
|
||||
*--s = *--t;
|
||||
|
||||
if (*s == '"')
|
||||
if (*s == '"' || *s == '\\')
|
||||
*--s = '\\';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue