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:
parent
8a0709ff5d
commit
befe199d3a
6 changed files with 11 additions and 13 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue