]> git.eshelyaron.com Git - emacs.git/commitdiff
Add comment explaining why facemenu must be loaded before font-lock.
authorLuc Teirlinck <teirllm@auburn.edu>
Tue, 29 Nov 2005 03:57:45 +0000 (03:57 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Tue, 29 Nov 2005 03:57:45 +0000 (03:57 +0000)
lisp/loadup.el

index 3a8b8419003861eecebdcc36776e697beb083c4e..fb6465c788486d972d0c5f7cb68bc5f331befdb5 100644 (file)
 (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")