Let the cursorColor X resource set the the cursor face (Bug#7392).
authorChong Yidong <cyd@stupidchicken.com>
Sun, 14 Nov 2010 02:09:11 +0000 (21:09 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 14 Nov 2010 02:09:11 +0000 (21:09 -0500)
commitafa42fe3f1f069e403c21f2872347c448b06af58
tree2372ab9db371c89fe9b1525410877589a653b9f6
parent626b459f3331e9f83ac8c79d267921ecceb94091
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.
lisp/ChangeLog
lisp/startup.el
src/ChangeLog
src/xfns.c