diff options
| author | Glenn Morris | 2013-01-03 10:31:45 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-01-03 10:31:45 -0800 |
| commit | d2be4dccb9088cc7e27aeb6b01ef23ed20da2447 (patch) | |
| tree | f1509091a45585a8122aafa1306ed933c7b494fc /lisp/ChangeLog | |
| parent | c7b56654128650a9ac8e9336a0eb1c742958cc19 (diff) | |
| download | emacs-d2be4dccb9088cc7e27aeb6b01ef23ed20da2447.tar.gz emacs-d2be4dccb9088cc7e27aeb6b01ef23ed20da2447.zip | |
term-handle-colors-array fix
* lisp/term.el (term-handle-colors-array):
Ensure face attributes are fully specified, not nil.
Fixes: debbugs:13337
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d200d9733f8..90b6e683e0a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-01-03 Glenn Morris <rgm@gnu.org> | 1 | 2013-01-03 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * term.el (term-handle-colors-array): Ensure face attributes | ||
| 4 | are fully specified, not nil. (Bug#13337) | ||
| 5 | |||
| 3 | * term.el (term-default-fg-color, term-default-bg-color): | 6 | * term.el (term-default-fg-color, term-default-bg-color): |
| 4 | Fix custom type. | 7 | Fix custom type. |
| 5 | 8 | ||