diff options
| -rw-r--r-- | lisp/frame.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index 021d6851652..7058c91fdab 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -1342,7 +1342,7 @@ This timer calls `blink-cursor-timer-function' every | |||
| 1342 | (not (or noninteractive | 1342 | (not (or noninteractive |
| 1343 | emacs-quick-startup | 1343 | emacs-quick-startup |
| 1344 | (eq system-type 'ms-dos) | 1344 | (eq system-type 'ms-dos) |
| 1345 | (not (memq window-system '(x w32))))) | 1345 | (not (memq initial-window-system '(x w32))))) |
| 1346 | "*Non-nil means Blinking Cursor mode is active." | 1346 | "*Non-nil means Blinking Cursor mode is active." |
| 1347 | :group 'cursor | 1347 | :group 'cursor |
| 1348 | :tag "Blinking cursor" | 1348 | :tag "Blinking cursor" |