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
c3f13540
Commit
c3f13540
authored
Nov 01, 1999
by
Gerd Moellmann
Browse files
(Finternal_show_cursor): Renamed from Fshow_cursor.
(syms_of_display): Use the new name.
parent
db8878fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/dispnew.c
src/dispnew.c
+3
-2
No files found.
src/dispnew.c
View file @
c3f13540
...
...
@@ -5920,7 +5920,8 @@ For types not defined in VMS, use define emacs_term \"TYPE\".\n\
Blinking cursor
***********************************************************************/
DEFUN ("show-cursor", Fshow_cursor, Sshow_cursor, 0, 2, 0,
DEFUN ("internal-show-cursor", Finternal_show_cursor,
Sinternal_show_cursor, 0, 2, 0,
"Change visibility flag of the text cursor of WINDOW.\n\
ON_P nil means toggle the flag. Otherwise, ON_P must be an integer,\n\
and the flag is set according to the value of ON_P. WINDOW nil or\n\
...
...
@@ -5970,7 +5971,7 @@ syms_of_display ()
defsubr (&Ssit_for);
defsubr (&Ssleep_for);
defsubr (&Ssend_string_to_terminal);
defsubr (&Sshow_cursor);
defsubr (&S
internal_
show_cursor);
frame_and_buffer_state = Fmake_vector (make_number (20), Qlambda);
staticpro (&frame_and_buffer_state);
...
...
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