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:
Lars Ingebrigtsen 2022-08-22 13:00:36 +02:00
parent cc33c6cf3a
commit d921424891

View file

@ -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