summaryrefslogtreecommitdiff
path: root/lisp/htmlfontify.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-12-03 08:50:14 +0100
committerStefan Kangas <stefankangas@gmail.com>2020-12-03 08:50:14 +0100
commit0a4aa2894297c0fd9e735328bbb60b427e0ba5d4 (patch)
tree2ef0fda28d0bf8f22ded6c87952cbdbc628fa899 /lisp/htmlfontify.el
parenta3b596d02ec802f6215af8f552b29cceea6f7eeb (diff)
downloademacs-0a4aa2894297c0fd9e735328bbb60b427e0ba5d4.tar.gz
Remove redundant requires of 'font-lock'
* lisp/cedet/data-debug.el: * lisp/hi-lock.el: * lisp/htmlfontify.el: * lisp/org/org.el: * lisp/progmodes/cperl-mode.el: * lisp/progmodes/cwarn.el: Don't require 'font-lock'; it is preloaded since version 22.1.
Diffstat (limited to 'lisp/htmlfontify.el')
-rw-r--r--lisp/htmlfontify.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el
index 6a2ed3aee92..4977e08c3da 100644
--- a/lisp/htmlfontify.el
+++ b/lisp/htmlfontify.el
@@ -80,8 +80,6 @@
(eval-when-compile (require 'cl-lib))
(require 'custom)
;; (`defgroup' `defcustom')
-(require 'font-lock)
-;; (`font-lock-fontify-region')
(require 'cus-edit)
(require 'htmlfontify-loaddefs)