aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-01 14:43:24 +0000
committerGerd Moellmann1999-11-01 14:43:24 +0000
commitc3f135409cd6a661066a5bb1cfcb8a8be5cc56b1 (patch)
tree5a68949c4165962a13fdd332fd7b3b18b992f0d9 /src
parentdb8878fb451ed301a61e03d0a7ad6cfc5bfc0fa4 (diff)
downloademacs-c3f135409cd6a661066a5bb1cfcb8a8be5cc56b1.tar.gz
emacs-c3f135409cd6a661066a5bb1cfcb8a8be5cc56b1.zip
(Finternal_show_cursor): Renamed from Fshow_cursor.
(syms_of_display): Use the new name.
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 952429dc6ce..8b705698be5 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -5920,7 +5920,8 @@ For types not defined in VMS, use define emacs_term \"TYPE\".\n\
5920 Blinking cursor 5920 Blinking cursor
5921 ***********************************************************************/ 5921 ***********************************************************************/
5922 5922
5923DEFUN ("show-cursor", Fshow_cursor, Sshow_cursor, 0, 2, 0, 5923DEFUN ("internal-show-cursor", Finternal_show_cursor,
5924 Sinternal_show_cursor, 0, 2, 0,
5924 "Change visibility flag of the text cursor of WINDOW.\n\ 5925 "Change visibility flag of the text cursor of WINDOW.\n\
5925ON_P nil means toggle the flag. Otherwise, ON_P must be an integer,\n\ 5926ON_P nil means toggle the flag. Otherwise, ON_P must be an integer,\n\
5926and the flag is set according to the value of ON_P. WINDOW nil or\n\ 5927and the flag is set according to the value of ON_P. WINDOW nil or\n\
@@ -5970,7 +5971,7 @@ syms_of_display ()
5970 defsubr (&Ssit_for); 5971 defsubr (&Ssit_for);
5971 defsubr (&Ssleep_for); 5972 defsubr (&Ssleep_for);
5972 defsubr (&Ssend_string_to_terminal); 5973 defsubr (&Ssend_string_to_terminal);
5973 defsubr (&Sshow_cursor); 5974 defsubr (&Sinternal_show_cursor);
5974 5975
5975 frame_and_buffer_state = Fmake_vector (make_number (20), Qlambda); 5976 frame_and_buffer_state = Fmake_vector (make_number (20), Qlambda);
5976 staticpro (&frame_and_buffer_state); 5977 staticpro (&frame_and_buffer_state);