summaryrefslogtreecommitdiff
path: root/lisp/org
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/org
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/org')
-rw-r--r--lisp/org/org.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/org/org.el b/lisp/org/org.el
index de7dded158a..5dc9fa9d8dc 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -5004,8 +5004,6 @@ the rounding returns a past time."
;;;; Font-Lock stuff, including the activators
-(require 'font-lock)
-
(defconst org-match-sexp-depth 3
"Number of stacked braces for sub/superscript matching.")