emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

enable by default blink-cusor-mode also on mac


From: Emanuele Giaquinta
Subject: enable by default blink-cusor-mode also on mac
Date: Sat, 24 Sep 2005 13:38:08 +0200

'mac' is missing in the test on window-system to set the init-value of
blink-cursor-mode, add it.

Index: frame.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/frame.el,v
retrieving revision 1.228
diff -u -r1.228 frame.el
--- frame.el    6 Aug 2005 22:13:42 -0000       1.228
+++ frame.el    23 Sep 2005 15:09:59 -0000
@@ -1263,7 +1263,7 @@
   :init-value (not (or noninteractive
                       no-blinking-cursor
                       (eq system-type 'ms-dos)
-                      (not (memq window-system '(x w32)))))
+                      (not (memq window-system '(x w32 mac)))))
   :initialize 'custom-initialize-safe-default
   :group 'cursor
   :global t




reply via email to

[Prev in Thread] Current Thread [Next in Thread]