all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* enable by default blink-cusor-mode also on mac
@ 2005-09-24 11:38 Emanuele Giaquinta
  0 siblings, 0 replies; only message in thread
From: Emanuele Giaquinta @ 2005-09-24 11:38 UTC (permalink / raw)


'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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-09-24 11:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-24 11:38 enable by default blink-cusor-mode also on mac Emanuele Giaquinta

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.