mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Add comment explaining why facemenu must be loaded before font-lock.
This commit is contained in:
parent
daa7197c9d
commit
633537d7cd
1 changed files with 2 additions and 0 deletions
|
|
@ -132,6 +132,8 @@
|
|||
(load "frame")
|
||||
(load "term/tty-colors")
|
||||
(load "font-core")
|
||||
;; facemenu must be loaded before font-lock, because `facemenu-keymap'
|
||||
;; needs to be defined when font-lock is loaded.
|
||||
(load "facemenu")
|
||||
(load "emacs-lisp/syntax")
|
||||
(load "font-lock")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue