* startup.el (command-line): Fix values recognized by cursorBlink resource.
authorChong Yidong <cyd@gnu.org>
Sat, 14 Jan 2012 16:09:55 +0000 (00:09 +0800)
committerChong Yidong <cyd@gnu.org>
Sat, 14 Jan 2012 16:09:55 +0000 (00:09 +0800)
lisp/ChangeLog
lisp/startup.el

index 81556de..b90a40a 100644 (file)
@@ -1,6 +1,7 @@
 2012-01-14  Chong Yidong  <cyd@gnu.org>
 
        * startup.el (command-line): Fix X resource class for cursorColor.
+       Fix values recognized by the cursorBlink resource.
 
 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
 
index 44e0708..41056f3 100644 (file)
@@ -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