From 3413f9285c17973c10bc0808091b758d4dd50aa6 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sat, 12 Feb 2005 18:00:53 +0000 Subject: [PATCH] (command-line): Adapt blinking cursor init to changes in frame.el. --- lisp/startup.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/startup.el b/lisp/startup.el index 672d20d5445..790d8704c29 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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 -- 2.39.5