; eliminate backslash duplicate in regexp
* lisp/editorconfig-fnmatch.el (editorconfig-fnmatch--do-translate): Remove superfluous backslash.
This commit is contained in:
parent
5bc76dbc9d
commit
052d2cd258
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ translation is found for PATTERN."
|
|||
|
||||
(while (< index length)
|
||||
(if (and (not is-escaped)
|
||||
(string-match "[^]\\*?[{},/\\-]+"
|
||||
(string-match "[^]\\*?[{},/-]+"
|
||||
;;(string-match "[^]\\*?[{},/\\-]+" "?.a")
|
||||
pattern
|
||||
index)
|
||||
|
|
Loading…
Add table
Reference in a new issue