Remove probably debugging code in reb-fontify-string-re
* lisp/emacs-lisp/re-builder.el (reb-fontify-string-re): Remove code that looks like left-over debugging code. This fixes a compilation warning.
This commit is contained in:
parent
cc33c6cf3a
commit
d921424891
1 changed files with 1 additions and 2 deletions
|
@ -738,8 +738,7 @@ If SUBEXP is non-nil mark only the corresponding sub-expressions."
|
|||
(let ((face (get-text-property (1- (point)) 'face)))
|
||||
(when (or (and (listp face)
|
||||
(memq 'font-lock-string-face face))
|
||||
(eq 'font-lock-string-face face)
|
||||
t)
|
||||
(eq 'font-lock-string-face face))
|
||||
(throw 'found t))))))))
|
||||
|
||||
(defface reb-regexp-grouping-backslash
|
||||
|
|
Loading…
Add table
Reference in a new issue