Mercurial > emacs
diff lisp/ChangeLog @ 111133:d9b0552c39a6
Remove duplicate definition of tty-defined-color-alist.
* src/xfaces.c (syms_of_xfaces) <tty-defined-color-alist>: Sync doc with
Lisp version.
* lisp/term/tty-colors.el (tty-defined-color-alist): Remove duplicate
definition of C variable.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 23 Oct 2010 18:48:39 -0700 |
parents | 7be880404309 |
children | a3c68a313b81 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Oct 23 18:22:37 2010 -0700 +++ b/lisp/ChangeLog Sat Oct 23 18:48:39 2010 -0700 @@ -1,5 +1,8 @@ 2010-10-24 Glenn Morris <rgm@gnu.org> + * term/tty-colors.el (tty-defined-color-alist): Remove duplicate + definition of C variable. + * frame.el (show-trailing-whitespace, auto-hscroll-mode) (display-hourglass, hourglass-delay, cursor-in-non-selected-windows): Don't redefine things that are defined in C.