From: Stefan Kangas Date: Wed, 2 Dec 2020 11:50:05 +0000 (+0100) Subject: Remove some references to fast-lock and lazy-lock X-Git-Tag: emacs-28.0.90~4965 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd578af5476745bd052e606c33d158e874bbba7a;p=emacs.git Remove some references to fast-lock and lazy-lock * lisp/htmlfontify.el (hfy-copy-and-fontify-file): * lisp/progmodes/antlr-mode.el: Remove some references to obsolete libraries fast-lock and lazy-lock. --- diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index ed2cd26f0de..fcd4df037a5 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el @@ -1857,9 +1857,7 @@ Hardly bombproof, but good enough in the context in which it is being used." adding an extension of `hfy-extn'. Fontification is actually done by `htmlfontify-buffer'. If the buffer is not fontified, just copy it." ;;(message "hfy-copy-and-fontify-file");;DBUG - (let (;;(fast-lock-minimum-size hfy-fast-lock-save) - ;;(font-lock-support-mode 'fast-lock-mode) - ;;(window-system (or window-system 'htmlfontify)) + (let (;;(window-system (or window-system 'htmlfontify)) (target nil) (source nil) (html nil)) diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el index dc727aa3759..2d86f8843e7 100644 --- a/lisp/progmodes/antlr-mode.el +++ b/lisp/progmodes/antlr-mode.el @@ -75,8 +75,8 @@ ;; (add-hook 'speedbar-load-hook ; would be too late in antlr-mode.el ;; (lambda () (speedbar-add-supported-extension ".g"))) -;; I strongly recommend to use font-lock with a support mode like fast-lock, -;; lazy-lock or better jit-lock (Emacs-21.1+) / lazy-shot (XEmacs). +;; I strongly recommend to use font-lock with a support mode like +;; jit-lock (Emacs) / lazy-shot (XEmacs). ;; To customize, use menu item "Antlr" -> "Customize Antlr".