diff 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
line wrap: on
line diff
--- a/src/dispnew.c	Mon Nov 01 14:42:21 1999 +0000
+++ b/src/dispnew.c	Mon Nov 01 14:43:24 1999 +0000
@@ -5920,7 +5920,8 @@
 			   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 @@
   defsubr (&Ssit_for);
   defsubr (&Ssleep_for);
   defsubr (&Ssend_string_to_terminal);
-  defsubr (&Sshow_cursor);
+  defsubr (&Sinternal_show_cursor);
 
   frame_and_buffer_state = Fmake_vector (make_number (20), Qlambda);
   staticpro (&frame_and_buffer_state);