summaryrefslogtreecommitdiff
path: root/lisp/htmlfontify.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-12-02 12:50:05 +0100
committerStefan Kangas <stefan@marxist.se>2020-12-02 13:09:32 +0100
commitfd578af5476745bd052e606c33d158e874bbba7a (patch)
tree028278af519456d9f353f62626b654fb418bc06d /lisp/htmlfontify.el
parentca006807bf17fea558b179102ac28c0f1f46a3fb (diff)
downloademacs-fd578af5476745bd052e606c33d158e874bbba7a.tar.gz
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.
Diffstat (limited to 'lisp/htmlfontify.el')
-rw-r--r--lisp/htmlfontify.el4
1 files changed, 1 insertions, 3 deletions
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))