1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

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.
This commit is contained in:
Stefan Kangas 2020-12-03 08:50:14 +01:00
parent a3b596d02e
commit 0a4aa28942
6 changed files with 0 additions and 9 deletions

View file

@ -105,7 +105,6 @@
;;{{{ Dependencies
(require 'custom)
(require 'font-lock)
(require 'cc-mode)
;;}}}