summaryrefslogtreecommitdiff
path: root/lisp/frame.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2005-02-25 00:19:41 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2005-02-25 00:19:41 +0000
commit67e414e26167b0b89bf3f9cde1e26394a7b0d3e0 (patch)
treee060b551f33130b6d0933a99fcdad32081b3a98c /lisp/frame.el
parentdb0e51e2c1eceec791499ed755b49470d178a5a4 (diff)
downloademacs-67e414e26167b0b89bf3f9cde1e26394a7b0d3e0.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))