From: Chong Yidong Date: Sat, 14 Jan 2012 16:09:55 +0000 (+0800) Subject: * startup.el (command-line): Fix values recognized by cursorBlink resource. X-Git-Tag: emacs-pretest-24.0.93~97^2~17^2~6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04877ddb324700e5fbd97fdd52516ed6a81582ea;p=emacs.git * startup.el (command-line): Fix values recognized by cursorBlink resource. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 81556de8934..b90a40a17ae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,7 @@ 2012-01-14 Chong Yidong * startup.el (command-line): Fix X resource class for cursorColor. + Fix values recognized by the cursorBlink resource. 2012-01-14 Paul Eggert diff --git a/lisp/startup.el b/lisp/startup.el index 44e0708e3a9..41056f3907e 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -929,7 +929,7 @@ opening the first frame (e.g. open a connection to an X server).") emacs-basic-display (and (memq window-system '(x w32 ns)) (not (member (x-get-resource "cursorBlink" "CursorBlink") - '("off" "false"))))) + '("no" "off" "false" "0"))))) (setq no-blinking-cursor t)) ;; Re-evaluate predefined variables whose initial value depends on