diff src/input.cc @ 1957:0e6a0a271998

[project @ 1996-02-15 01:08:15 by jwe]
author jwe
date Thu, 15 Feb 1996 01:08:49 +0000
parents a3132152a41f
children a2e206524aa0
line wrap: on
line diff
--- a/src/input.cc	Thu Feb 15 00:40:56 1996 +0000
+++ b/src/input.cc	Thu Feb 15 01:08:49 1996 +0000
@@ -1087,7 +1087,7 @@
   return retval;
 }
 
-DEFUN ("input", Finput, Sinput, 10,
+DEFUN (input, args, ,
   "input (PROMPT [, S])\n\
 \n\
 Prompt user for input.  If the second argument is present, return
@@ -1105,7 +1105,7 @@
   return retval;
 }
 
-DEFUN ("keyboard", Fkeyboard, Skeyboard, 10,
+DEFUN (keyboard, args, ,
   "keyboard (PROMPT)\n\
 \n\
 maybe help in debugging function files")
@@ -1122,7 +1122,7 @@
   return retval;
 }
 
-DEFUN_TEXT("echo", Fecho, Secho, 10,
+DEFUN_TEXT(echo, args, ,
   "echo [options]\n\
 \n\
   echo [on|off]         -- enable or disable echoing of commands as\n\