]> code.delx.au - gnu-emacs/commitdiff
(command-line): Adapt blinking cursor init to changes in frame.el.
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 12 Feb 2005 18:00:53 +0000 (18:00 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 12 Feb 2005 18:00:53 +0000 (18:00 +0000)
lisp/startup.el

index 672d20d54452cda346cb812dd15cd2741d0677d4..790d8704c299a272c6d6046a461fc0f50ea89c06 100644 (file)
@@ -735,12 +735,14 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
               (<= (frame-parameter nil 'tool-bar-lines) 0))
     (tool-bar-mode 1))
 
-  ;; Can't do this init in defcustom because window-system isn't set.
+  ;; Can't do this init in defcustom because the relevant variables
+  ;; are not set.  If you make any changes to the `or' form below,
+  ;; you should also change the corresponding expression in the
+  ;; defcustom in frame.el, or Custom will be badly confused.
   (unless (or noninteractive
              emacs-quick-startup
               (eq system-type 'ms-dos)
               (not (memq window-system '(x w32))))
-    (setq-default blink-cursor t)
     (blink-cursor-mode 1))
 
   (unless noninteractive