aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-01-03 10:31:45 -0800
committerGlenn Morris2013-01-03 10:31:45 -0800
commitd2be4dccb9088cc7e27aeb6b01ef23ed20da2447 (patch)
treef1509091a45585a8122aafa1306ed933c7b494fc /lisp/ChangeLog
parentc7b56654128650a9ac8e9336a0eb1c742958cc19 (diff)
downloademacs-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/ChangeLog3
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 @@
12013-01-03 Glenn Morris <rgm@gnu.org> 12013-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