diff options
| author | Gerd Moellmann | 1999-11-01 14:43:24 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-11-01 14:43:24 +0000 |
| commit | c3f135409cd6a661066a5bb1cfcb8a8be5cc56b1 (patch) | |
| tree | 5a68949c4165962a13fdd332fd7b3b18b992f0d9 /src | |
| parent | db8878fb451ed301a61e03d0a7ad6cfc5bfc0fa4 (diff) | |
| download | emacs-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.c | 5 |
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 | ||
| 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\ |
| @@ -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); |