Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
59809627
Commit
59809627
authored
May 21, 2002
by
Colin Walters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(shortlisp): Add font-core.el.
parent
63a29a5d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+6
-1
src/Makefile.in
src/Makefile.in
+1
-0
No files found.
lisp/ChangeLog
View file @
59809627
...
...
@@ -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>
...
...
src/Makefile.in
View file @
59809627
...
...
@@ -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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment