]> git.eshelyaron.com Git - emacs.git/commitdiff
(blink-cursor-mode): Add :group keyword.
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 25 Feb 2005 00:23:25 +0000 (00:23 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 25 Feb 2005 00:23:25 +0000 (00:23 +0000)
lisp/ChangeLog
lisp/frame.el

index 465dec9feced8f771138792e8eb1fec139c6a44f..7d48d8704ebe725c950a869d59bd3af011a89657 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * frame.el (blink-cursor-mode): Add :group keyword.
+
 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
 
        * calendar/icalendar.el (icalendar--decode-isodatetime): New
index 5da549fd73e42c13fe9f12f5adffab2d43c48c1e..6e04537731da4e5e7a315264d078ac8489b8a2c9 100644 (file)
@@ -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))