emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master fd578af 1/5: Remove some references to fast-lock and lazy-lock


From: Stefan Kangas
Subject: master fd578af 1/5: Remove some references to fast-lock and lazy-lock
Date: Wed, 2 Dec 2020 07:12:10 -0500 (EST)

branch: master
commit fd578af5476745bd052e606c33d158e874bbba7a
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    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.
---
 lisp/htmlfontify.el          | 4 +---
 lisp/progmodes/antlr-mode.el | 4 ++--
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el
index ed2cd26..fcd4df0 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 dc727aa..2d86f88 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".
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]