From: Colin Walters Date: Tue, 21 May 2002 21:03:51 +0000 (+0000) Subject: (shortlisp): Add font-core.el. X-Git-Tag: ttn-vms-21-2-B4~14930 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=59809627aa52da44fbf96a8d5faabc273ca83130;p=emacs.git (shortlisp): Add font-core.el. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 91990c563cc..98f10c4360b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 diff --git a/src/Makefile.in b/src/Makefile.in index 82d1e78aaa0..d48501d084f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 \