Mercurial > emacs
diff lisp/ChangeLog @ 111538:a36ab2f7cad2
Let the cursorColor X resource set the the cursor face (Bug#7392).
* lisp/startup.el (command-line): If the cursorColor resource is set,
change the cursor face-spec (Bug#7392).
* src/xfns.c (Fx_create_frame): Don't check for the cursorColor
resource here; it's now done at startup.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 13 Nov 2010 21:09:11 -0500 |
parents | 198ba336245c |
children | fa7baa1af30c |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Nov 13 17:55:37 2010 -0800 +++ b/lisp/ChangeLog Sat Nov 13 21:09:11 2010 -0500 @@ -1,3 +1,8 @@ +2010-11-14 Chong Yidong <cyd@stupidchicken.com> + + * startup.el (command-line): If the cursorColor resource is set, + change the cursor face-spec (Bug#7392). + 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com> The main features of the following allout.el changes are: