summaryrefslogtreecommitdiff
path: root/lisp/frame.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2005-02-25 00:23:25 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2005-02-25 00:23:25 +0000
commitffa8d0ef1b79ef97bf76368619b436f9677d05a2 (patch)
tree19d3bbdb32a32233d26307272510bbf5553b4d1d /lisp/frame.el
parentfd90756bbbdfb27252ec248e6d8729b7fdcc9aba (diff)
downloademacs-ffa8d0ef1b79ef97bf76368619b436f9677d05a2.tar.gz
(blink-cursor-mode): Add :group keyword.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r--lisp/frame.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 5da549fd73e..6e04537731d 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -1273,6 +1273,7 @@ cursor display. On a text-only terminal, this is not implemented."
emacs-quick-startup
(eq system-type 'ms-dos)
(not (memq window-system '(x w32)))))
+ :group 'cursor
:global t
(if blink-cursor-idle-timer (cancel-timer blink-cursor-idle-timer))
(if blink-cursor-timer (cancel-timer blink-cursor-timer))