]> code.delx.au - gnu-emacs/blobdiff - lisp/startup.el
(ispell): New function, replacing an alias.
[gnu-emacs] / lisp / startup.el
index a51fd018c6449237938c523e0bf14ae3270749cf..42a7dcffbcb0c31d69232118c8269d69b1c9ac84 100644 (file)
@@ -647,6 +647,13 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
               (> (cdr (assq 'menu-bar-lines (frame-parameters))) 0)))
       (menu-bar-mode t))
 
+  ;; Can't do this init in defcustom because window-system isn't set.
+  (when (and (not noninteractive)
+            (not (eq system-type 'ms-dos))
+            (memq window-system '(x w32)))
+    (setq-default blink-cursor t)
+    (blink-cursor-mode 1))
+
   (run-hooks 'before-init-hook)
 
   ;; Run the site-start library if it exists.  The point of this file is