Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
01c86c56
Commit
01c86c56
authored
Oct 02, 2000
by
Gerd Moellmann
Browse files
(toplevel): Load faces before isearch.
parent
18ca20aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
lisp/ChangeLog
lisp/ChangeLog
+9
-0
lisp/loadup.el
lisp/loadup.el
+1
-1
No files found.
lisp/ChangeLog
View file @
01c86c56
2000-10-02 Gerd Moellmann <gerd@gnu.org>
* loadup.el (toplevel): Load faces before isearch.
* isearch.el (isearch-faces): New custom group.
(isearch): New defface; was already tested for in the code.
(isearch-lazy-highlight-face): Changed to defface from defcustom.
(isearch-highlight): Always use face `isearch'.
2000-10-02 Dave Love <fx@gnu.org>
2000-10-02 Dave Love <fx@gnu.org>
* emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
* emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
...
...
lisp/loadup.el
View file @
01c86c56
...
@@ -105,7 +105,6 @@
...
@@ -105,7 +105,6 @@
(
update-coding-systems-internal
)
(
update-coding-systems-internal
)
(
load
"indent"
)
(
load
"indent"
)
(
load
"isearch"
)
(
load
"window"
)
(
load
"window"
)
(
load
"frame"
)
(
load
"frame"
)
(
load
"term/tty-colors"
)
(
load
"term/tty-colors"
)
...
@@ -119,6 +118,7 @@
...
@@ -119,6 +118,7 @@
(
and
(
boundp
'x-toolkit-scroll-bars-p
)
(
and
(
boundp
'x-toolkit-scroll-bars-p
)
(
load
"scroll-bar"
))
(
load
"scroll-bar"
))
(
load
"select"
)))
(
load
"select"
)))
(
load
"isearch"
)
(
message
"%s"
(
garbage-collect
))
(
message
"%s"
(
garbage-collect
))
(
load
"menu-bar"
)
(
load
"menu-bar"
)
...
...
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