Mercurial > emacs
comparison lisp/ChangeLog @ 63644:c1b2995b7f34
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 21 Jun 2005 16:15:51 +0000 |
parents | 459b51f0458c |
children | 144440a09db1 |
comparison
equal
deleted
inserted
replaced
63643:844f9903e3f9 | 63644:c1b2995b7f34 |
---|---|
1 2005-06-21 Juri Linkov <juri@jurta.org> | |
2 | |
3 * faces.el (face-user-default-spec): Try getting `customized-face' | |
4 prior to `saved-face'. | |
5 (frame-background-mode): Refill docstring. | |
6 | |
7 * emacs-lisp/lisp-mode.el (eval-defun-1): | |
8 * emacs-lisp/edebug.el (edebug-eval-defun): | |
9 Set `saved-face' temporarily to nil before calling form. | |
10 Set `customized-face' to the new spec after that. | |
11 | |
1 2005-06-21 Juanma Barranquero <lekktu@gmail.com> | 12 2005-06-21 Juanma Barranquero <lekktu@gmail.com> |
2 | 13 |
3 * subr.el (1value, lambda, key-substitution-in-progress): | 14 * subr.el (1value, lambda, key-substitution-in-progress): |
4 Doc fixes. | 15 Doc fixes. |
5 | 16 |