comparison src/dispnew.c @ 26280:083835afced5

(Finternal_show_cursor): Renamed from Fshow_cursor. (syms_of_display): Use the new name.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 01 Nov 1999 14:43:24 +0000
parents d39ec0a27081
children e3a9ceb7a557
comparison
equal deleted inserted replaced
26279:d0513261e174 26280:083835afced5
5918 5918
5919 /*********************************************************************** 5919 /***********************************************************************
5920 Blinking cursor 5920 Blinking cursor
5921 ***********************************************************************/ 5921 ***********************************************************************/
5922 5922
5923 DEFUN ("show-cursor", Fshow_cursor, Sshow_cursor, 0, 2, 0, 5923 DEFUN ("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\
5925 ON_P nil means toggle the flag. Otherwise, ON_P must be an integer,\n\ 5926 ON_P nil means toggle the flag. Otherwise, ON_P must be an integer,\n\
5926 and the flag is set according to the value of ON_P. WINDOW nil or\n\ 5927 and the flag is set according to the value of ON_P. WINDOW nil or\n\
5927 omitted means use the selected window. The new cursor state takes effect\n\ 5928 omitted means use the selected window. The new cursor state takes effect\n\
5928 with the next redisplay.") 5929 with the next redisplay.")
5968 defsubr (&Sopen_termscript); 5969 defsubr (&Sopen_termscript);
5969 defsubr (&Sding); 5970 defsubr (&Sding);
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);
5977 5978
5978 Qdisplay_table = intern ("display-table"); 5979 Qdisplay_table = intern ("display-table");