diff options
| author | Gerd Moellmann | 2000-03-02 09:34:13 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-02 09:34:13 +0000 |
| commit | d4ed0cba90057e660a985b79c9e12f382bcac55b (patch) | |
| tree | b7b695ad757bd6129d63e5557a52fa9c1175df83 | |
| parent | f654865f83808432e27bfc4c330c70ad466316cf (diff) | |
| download | emacs-d4ed0cba90057e660a985b79c9e12f382bcac55b.tar.gz emacs-d4ed0cba90057e660a985b79c9e12f382bcac55b.zip | |
(blink-cursor-mode): Switch cursor on when turning
the mode off.
| -rw-r--r-- | lisp/frame.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index d77e1b489cf..d89798285f7 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -1046,7 +1046,8 @@ window blinks." | |||
| 1046 | (run-with-idle-timer blink-cursor-delay | 1046 | (run-with-idle-timer blink-cursor-delay |
| 1047 | blink-cursor-delay | 1047 | blink-cursor-delay |
| 1048 | 'blink-cursor-start)) | 1048 | 'blink-cursor-start)) |
| 1049 | (setq blink-cursor-mode t))))) | 1049 | (setq blink-cursor-mode t)) |
| 1050 | (internal-show-cursor nil t)))) | ||
| 1050 | 1051 | ||
| 1051 | (defcustom blink-cursor (not (eq system-type 'ms-dos)) | 1052 | (defcustom blink-cursor (not (eq system-type 'ms-dos)) |
| 1052 | "*Non-nil means blinking cursor mode is active." | 1053 | "*Non-nil means blinking cursor mode is active." |