diff options
| author | Karoly Lorentey | 2005-02-18 23:22:51 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-02-18 23:22:51 +0000 |
| commit | c20213c90736fc9c2a6eca2ca44d6e200dbf5efe (patch) | |
| tree | c30b61c9f6035cb405de7af3d99cb6d3886612cc | |
| parent | 42073ee0ab23831daed0332d97560a6903646b87 (diff) | |
| download | emacs-c20213c90736fc9c2a6eca2ca44d6e200dbf5efe.tar.gz emacs-c20213c90736fc9c2a6eca2ca44d6e200dbf5efe.zip | |
Initialize blink-cursor-mode consistently.
* lisp/frame.el (blink-cursor-mode): Adapt blink-cursor-mode default
value from startup.el.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-294
| -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" |