From ffa8d0ef1b79ef97bf76368619b436f9677d05a2 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Fri, 25 Feb 2005 00:23:25 +0000 Subject: [PATCH] (blink-cursor-mode): Add :group keyword. --- lisp/ChangeLog | 4 ++++ lisp/frame.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 465dec9fece..7d48d8704eb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-02-24 Luc Teirlinck + + * frame.el (blink-cursor-mode): Add :group keyword. + 2005-02-24 Ulf Jasper * calendar/icalendar.el (icalendar--decode-isodatetime): New 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)) -- 2.39.5