1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-13 11:12:19 -08:00

(shortlisp): Add font-core.el.

This commit is contained in:
Colin Walters 2002-05-21 21:03:51 +00:00
parent 63a29a5d08
commit 59809627aa
2 changed files with 7 additions and 1 deletions

View file

@ -12,6 +12,8 @@
(font-lock-set-defaults): Partially taken from font-lock.el. Only
load font-lock.el when necessary.
* loadup.el: Add font-core.el.
* replace.el (occur-mode-hook): New variable.
(occur-fontify-region-function): Deleted.
(occur-mode): Don't use it. Set up `font-lock-category-alist'
@ -41,6 +43,9 @@
* replace.el (occur-engine): Increment globalcount all at once
after searching a buffer.
(occur-mode-map): Don't escape plain "o".
* ibuf-macs.el (define-ibuffer-column): Add third argument
`ibuffer-buf'.
* ibuffer.el (toplevel): Require font-lock, to get the face
definitions.
@ -53,7 +58,7 @@
(ibuffer-do-save, ibuffer-do-toggle-modified)
(ibuffer-do-toggle-read-only, ibuffer-do-delete)
(ibuffer-do-kill-on-deletion-marks): Include name in definition.
(ibuffer): New optional argument `formats'.
(ibuffer): New optional argument `formats'.
2002-05-21 Eli Zaretskii <eliz@is.elta.co.il>

View file

@ -813,6 +813,7 @@ shortlisp= \
../lisp/startup.elc \
../lisp/subr.elc \
../lisp/term/tty-colors.elc \
../lisp/font-core.elc \
../lisp/textmodes/fill.elc \
../lisp/textmodes/page.elc \
../lisp/textmodes/paragraphs.elc \