2000-07-03 Gerd Moellmann <gerd@gnu.org>
+ * frame.el (blink-cursor): Default to nil if not running under
+ a window-system.
+
* faces.el (face-spec-set): Ignore invalid attributes like 20.x.
(face-x-resources): Remove duplicate entry for :font.
(setq blink-cursor-mode t))
(internal-show-cursor nil t))))
-(defcustom blink-cursor (not (eq system-type 'ms-dos))
+(defcustom blink-cursor (unless (eq system-type 'ms-dos)
+ window-system)
"*Non-nil means blinking cursor mode is active."
:tag "Blinking cursor"
:type 'boolean