diff options
| author | Eli Zaretskii | 1999-08-15 11:56:16 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 1999-08-15 11:56:16 +0000 |
| commit | 8cfed09cc571766106a39327e0a0d89d142804f3 (patch) | |
| tree | ee4db885dfe63392e5ed60abd50a5c2db9d2c916 | |
| parent | f3625fc03493ac40350ba45fc57c72f35ca86cf7 (diff) | |
| download | emacs-8cfed09cc571766106a39327e0a0d89d142804f3.tar.gz emacs-8cfed09cc571766106a39327e0a0d89d142804f3.zip | |
(blink-cursor): Don't turn on cursor blinking for
ms-dos.
| -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 2c9f38d8f98..2116291bb0b 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -843,7 +843,7 @@ window blinks." | |||
| 843 | 'blink-cursor-start)) | 843 | 'blink-cursor-start)) |
| 844 | (setq blink-cursor-mode t))))) | 844 | (setq blink-cursor-mode t))))) |
| 845 | 845 | ||
| 846 | (defcustom blink-cursor t | 846 | (defcustom blink-cursor (not (eq system-type 'ms-dos)) |
| 847 | "*Non-nil means blink-cursor-mode is active." | 847 | "*Non-nil means blink-cursor-mode is active." |
| 848 | :tag "Blinking cursor" | 848 | :tag "Blinking cursor" |
| 849 | :type 'boolean | 849 | :type 'boolean |