diff options
| author | Juri Linkov | 2005-06-21 16:15:51 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-06-21 16:15:51 +0000 |
| commit | 36a3b076c68908805189906af4e181ade0aef2bd (patch) | |
| tree | 333128baf88b190f1f6576f16198697c3f4761a0 /lisp | |
| parent | 33d537f0fe5038b21fcd71a322917ae3fd66ed8a (diff) | |
| download | emacs-36a3b076c68908805189906af4e181ade0aef2bd.tar.gz emacs-36a3b076c68908805189906af4e181ade0aef2bd.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 74e86ba1df1..462f9b78517 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 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): |