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:
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)))
|
(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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue