Ver código fonte

Backport commit 0a4aa2894 from Emacs

* lisp/org.el: Don't require 'font-lock'; it is preloaded since
version 22.1.

Remove redundant requires of 'font-lock'
0a4aa2894297c0fd9e735328bbb60b427e0ba5d4
Stefan Kangas
Thu Dec 3 08:50:14 2020 +0100
Stefan Kangas 4 anos atrás
pai
commit
706ba90195
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      lisp/org.el

+ 0 - 2
lisp/org.el

@@ -4973,8 +4973,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.")