Mercurial > emacs
comparison lisp/ChangeLog @ 32082:5821ab438337
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 02 Oct 2000 19:21:46 +0000 |
parents | 14c5e673d8f1 |
children | 5c37701abd85 |
comparison
equal
deleted
inserted
replaced
32081:4ff954604f6f | 32082:5821ab438337 |
---|---|
1 2000-10-02 Gerd Moellmann <gerd@gnu.org> | |
2 | |
3 * loadup.el (toplevel): Load faces before isearch. | |
4 | |
5 * isearch.el (isearch-faces): New custom group. | |
6 (isearch): New defface; was already tested for in the code. | |
7 (isearch-lazy-highlight-face): Changed to defface from defcustom. | |
8 (isearch-highlight): Always use face `isearch'. | |
9 | |
1 2000-10-02 Dave Love <fx@gnu.org> | 10 2000-10-02 Dave Love <fx@gnu.org> |
2 | 11 |
3 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind | 12 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind |
4 unused vars. Treat byte-constant2 like byte-constant. Fix bogus | 13 unused vars. Treat byte-constant2 like byte-constant. Fix bogus |
5 comparison of opcode with operand. | 14 comparison of opcode with operand. |