From 706ba90195a7fe4838b5b2690924138e48649846 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 3 Dec 2020 08:50:14 +0100 Subject: [PATCH] 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 --- lisp/org.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index ad8c9acf8..7b84714f1 100644 --- a/lisp/org.el +++ b/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.")