1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

require' is automatically eval-and-compile'd.

* hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
`require' is automatically `eval-and-compile'd.
This commit is contained in:
Glenn Morris 2011-02-02 23:21:56 -08:00
parent 8a0709ff5d
commit befe199d3a
6 changed files with 11 additions and 13 deletions

View file

@ -87,8 +87,7 @@
;;; Code:
(eval-and-compile
(require 'font-lock))
(require 'font-lock)
(defgroup hi-lock nil
"Interactively add and remove font-lock patterns for highlighting text."