From: Richard M. Stallman Date: Sat, 6 Aug 1994 05:02:00 +0000 (+0000) Subject: (font-lock-hack-keywords): Delete debugging code. X-Git-Tag: emacs-19.34~7388 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b65a149a9582766142e52a48d0ad642a3e4d1bbb;p=emacs.git (font-lock-hack-keywords): Delete debugging code. --- 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)