From b65a149a9582766142e52a48d0ad642a3e4d1bbb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 6 Aug 1994 05:02:00 +0000 Subject: [PATCH] (font-lock-hack-keywords): Delete debugging code. --- lisp/font-lock.el | 1 - 1 file changed, 1 deletion(-) 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) -- 2.39.5