]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-hack-keywords): Delete debugging code.
authorRichard M. Stallman <rms@gnu.org>
Sat, 6 Aug 1994 05:02:00 +0000 (05:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 6 Aug 1994 05:02:00 +0000 (05:02 +0000)
lisp/font-lock.el

index 26cdc96ad64f017acf0276a1ffba9f7969a7381c..d381c37cf35c0250217ba1d5dded6ade233dbdff 100644 (file)
@@ -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)