diff options
| author | Juri Linkov | 2005-03-05 04:32:30 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-03-05 04:32:30 +0000 |
| commit | f245324110f8e6fc2534bbb6233a1be34a60e317 (patch) | |
| tree | b545c63b32171b7100636336cee8a1042b3b6e99 | |
| parent | 178b4542e705435fcd29d20317a6bf0586db08d5 (diff) | |
| download | emacs-f245324110f8e6fc2534bbb6233a1be34a60e317.tar.gz emacs-f245324110f8e6fc2534bbb6233a1be34a60e317.zip | |
(blink-cursor-mode): Replace `emacs-quick-startup' with `no-blinking-cursor'.
| -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 2b33617e062..e7cf62ef708 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -1270,7 +1270,7 @@ Note that this command is effective only when Emacs | |||
| 1270 | displays through a window system, because then Emacs does its own | 1270 | displays through a window system, because then Emacs does its own |
| 1271 | cursor display. On a text-only terminal, this is not implemented." | 1271 | cursor display. On a text-only terminal, this is not implemented." |
| 1272 | :init-value (not (or noninteractive | 1272 | :init-value (not (or noninteractive |
| 1273 | (if (boundp 'emacs-quick-startup) emacs-quick-startup) | 1273 | (if (boundp 'no-blinking-cursor) no-blinking-cursor) |
| 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 | :group 'cursor |