summaryrefslogtreecommitdiff
path: root/lisp/font-lock.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-08-06 05:02:00 +0000
committerRichard M. Stallman <rms@gnu.org>1994-08-06 05:02:00 +0000
commitea89166f9b16ac6d1582b82dbd524cf429fb905e (patch)
tree851d8675d1c60e6b83c6b27ffd1c049222ef3d43 /lisp/font-lock.el
parent44fb7652125ec88e3afe04698514fd3f51d6a80e (diff)
downloademacs-ea89166f9b16ac6d1582b82dbd524cf429fb905e.tar.gz
(font-lock-hack-keywords): Delete debugging code.
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r--lisp/font-lock.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 26cdc96ad64..d381c37cf35 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -292,7 +292,6 @@ If this is nil, the major mode's syntax table is used.")
(progn
(if font-lock-syntax-table
(set-syntax-table font-lock-syntax-table))
- (recursive-edit)
(while rest
(setq first (car rest) rest (cdr rest))
(goto-char start)