Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4676:e3feb329bda9
Make the initialisation of xpm-color-symbols a bit more reasonable.
2009-08-16 Aidan Kehoe <kehoea@parhasard.net>
* faces.el (xpm-color-symbols):
Call (featurep 'x) when faces.elc is dumped, not repeatedly
(myriad times) at image instantiation time.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 16 Aug 2009 14:58:57 +0100 |
parents | 9a1a59b4b75d |
children | 8f1ee2d15784 |
comparison
equal
deleted
inserted
replaced
4675:9a1a59b4b75d | 4676:e3feb329bda9 |
---|---|
1 2009-08-16 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * faces.el (xpm-color-symbols): | |
4 Call (featurep 'x) when faces.elc is dumped, not repeatedly | |
5 (myriad times) at image instantiation time. | |
6 | |
1 2009-08-14 Aidan Kehoe <kehoea@parhasard.net> | 7 2009-08-14 Aidan Kehoe <kehoea@parhasard.net> |
2 | 8 |
3 * minibuf.el (read-from-minibuffer): | 9 * minibuf.el (read-from-minibuffer): |
4 Use buffer (format " *Minibuf-%d*" (minibuffer-depth)), regardless | 10 Use buffer (format " *Minibuf-%d*" (minibuffer-depth)), regardless |
5 of depth. | 11 of depth. |