diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-02-25 00:23:25 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-02-25 00:23:25 +0000 |
commit | ffa8d0ef1b79ef97bf76368619b436f9677d05a2 (patch) | |
tree | 19d3bbdb32a32233d26307272510bbf5553b4d1d /lisp/frame.el | |
parent | fd90756bbbdfb27252ec248e6d8729b7fdcc9aba (diff) | |
download | emacs-ffa8d0ef1b79ef97bf76368619b436f9677d05a2.tar.gz |
(blink-cursor-mode): Add :group keyword.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r-- | lisp/frame.el | 1 |
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)) |