1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-23 22:20:24 -08:00

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))) (let ((face (get-text-property (1- (point)) 'face)))
(when (or (and (listp face) (when (or (and (listp face)
(memq 'font-lock-string-face face)) (memq 'font-lock-string-face face))
(eq 'font-lock-string-face face) (eq 'font-lock-string-face face))
t)
(throw 'found t)))))))) (throw 'found t))))))))
(defface reb-regexp-grouping-backslash (defface reb-regexp-grouping-backslash