mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(matching_regexp): Escape '\\'.
This commit is contained in:
parent
1699c6afe5
commit
cbdf883147
1 changed files with 1 additions and 1 deletions
|
|
@ -2050,7 +2050,7 @@ matching_regexp ()
|
|||
{
|
||||
*--s = *--t;
|
||||
|
||||
if (*s == '"')
|
||||
if (*s == '"' || *s == '\\')
|
||||
*--s = '\\';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue