]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove some references to fast-lock and lazy-lock
authorStefan Kangas <stefan@marxist.se>
Wed, 2 Dec 2020 11:50:05 +0000 (12:50 +0100)
committerStefan Kangas <stefan@marxist.se>
Wed, 2 Dec 2020 12:09:32 +0000 (13:09 +0100)
* lisp/htmlfontify.el (hfy-copy-and-fontify-file):
* lisp/progmodes/antlr-mode.el: Remove some references to obsolete
libraries fast-lock and lazy-lock.

lisp/htmlfontify.el
lisp/progmodes/antlr-mode.el

index ed2cd26f0de4cce2528f8764a583df8fcf75d564..fcd4df037a586edadb94813e9b36705442d09ca9 100644 (file)
@@ -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))
index dc727aa3759752480c78f5bf8c82ae82cd810502..2d86f8843e7b9ea564264462e560ac8aee7be33a 100644 (file)
@@ -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".