diff options
| author | Luc Teirlinck | 2005-02-25 00:23:25 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-02-25 00:23:25 +0000 |
| commit | ffa8d0ef1b79ef97bf76368619b436f9677d05a2 (patch) | |
| tree | 19d3bbdb32a32233d26307272510bbf5553b4d1d | |
| parent | fd90756bbbdfb27252ec248e6d8729b7fdcc9aba (diff) | |
| download | emacs-ffa8d0ef1b79ef97bf76368619b436f9677d05a2.tar.gz emacs-ffa8d0ef1b79ef97bf76368619b436f9677d05a2.zip | |
(blink-cursor-mode): Add :group keyword.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/frame.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 465dec9fece..7d48d8704eb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-02-24 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * frame.el (blink-cursor-mode): Add :group keyword. | ||
| 4 | |||
| 1 | 2005-02-24 Ulf Jasper <ulf.jasper@web.de> | 5 | 2005-02-24 Ulf Jasper <ulf.jasper@web.de> |
| 2 | 6 | ||
| 3 | * calendar/icalendar.el (icalendar--decode-isodatetime): New | 7 | * 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." | |||
| 1273 | emacs-quick-startup | 1273 | emacs-quick-startup |
| 1274 | (eq system-type 'ms-dos) | 1274 | (eq system-type 'ms-dos) |
| 1275 | (not (memq window-system '(x w32))))) | 1275 | (not (memq window-system '(x w32))))) |
| 1276 | :group 'cursor | ||
| 1276 | :global t | 1277 | :global t |
| 1277 | (if blink-cursor-idle-timer (cancel-timer blink-cursor-idle-timer)) | 1278 | (if blink-cursor-idle-timer (cancel-timer blink-cursor-idle-timer)) |
| 1278 | (if blink-cursor-timer (cancel-timer blink-cursor-timer)) | 1279 | (if blink-cursor-timer (cancel-timer blink-cursor-timer)) |