(toplevel): Require `jit-lock' only if
font-lock-support-mode is set to jit-lock-mode.
This commit is contained in:
parent
3762e7d091
commit
54f73af324
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-09-05 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* font-lock.el (toplevel): Require `jit-lock' only if
|
||||
font-lock-support-mode is set to jit-lock-mode.
|
||||
|
||||
2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* international/quail.el (quail-use-package, quail-inactivate)
|
||||
|
|
|
@ -2981,6 +2981,8 @@ See also `java-font-lock-extra-types'.")
|
|||
;; Provide ourselves:
|
||||
|
||||
(provide 'font-lock)
|
||||
(require 'jit-lock)
|
||||
|
||||
(when (eq font-lock-support-mode 'jit-lock-mode)
|
||||
(require 'jit-lock))
|
||||
|
||||
;;; font-lock.el ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue