changeset 8465:a465b1335c0b

(font-lock-hack-keywords): Delete debugging code.
author Richard M. Stallman <rms@gnu.org>
date Sat, 06 Aug 1994 05:02:00 +0000
parents edbb014c600a
children 3cca823100db
files lisp/font-lock.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/font-lock.el	Sat Aug 06 03:48:16 1994 +0000
+++ b/lisp/font-lock.el	Sat Aug 06 05:02:00 1994 +0000
@@ -292,7 +292,6 @@
 	(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)