Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d4ed0cba
Commit
d4ed0cba
authored
Mar 02, 2000
by
Gerd Moellmann
Browse files
(blink-cursor-mode): Switch cursor on when turning
the mode off.
parent
f654865f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/frame.el
lisp/frame.el
+2
-1
No files found.
lisp/frame.el
View file @
d4ed0cba
...
...
@@ -1046,7 +1046,8 @@ window blinks."
(
run-with-idle-timer
blink-cursor-delay
blink-cursor-delay
'blink-cursor-start
))
(
setq
blink-cursor-mode
t
)))))
(
setq
blink-cursor-mode
t
))
(
internal-show-cursor
nil
t
))))
(
defcustom
blink-cursor
(
not
(
eq
system-type
'ms-dos
))
"*Non-nil means blinking cursor mode is active."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment