Mercurial > hg > xemacs-beta
diff src/msdos.c @ 20:859a2309aef8 r19-15b93
Import from CVS: tag r19-15b93
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:50:05 +0200 |
parents | 0293115a14e9 |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/src/msdos.c Mon Aug 13 08:49:44 2007 +0200 +++ b/src/msdos.c Mon Aug 13 08:50:05 2007 +0200 @@ -1124,11 +1124,12 @@ int total_doskeys; /* Total number of elements stored into recent_doskeys */ Lisp_Object recent_doskeys; /* A vector, holding the last 100 keystrokes */ -DEFUN ("recent-doskeys", Frecent_doskeys, Srecent_doskeys, 0, 0, 0, - "Return vector of last 100 keyboard input values seen in dos_rawgetc.\n\ -Each input key receives two values in this vector: first the ASCII code,\n\ -and then the scan code.") - () +DEFUN ("recent-doskeys", Frecent_doskeys, 0, 0, 0, /* +Return vector of last 100 keyboard input values seen in dos_rawgetc. +Each input key receives two values in this vector: first the ASCII code, +and then the scan code. +*/ + ()) { Lisp_Object *keys = XVECTOR (recent_doskeys)->contents; Lisp_Object val; @@ -2495,7 +2496,7 @@ void syms_of_msdos (void) { - defsubr (&Srecent_doskeys); + DEFSUBR (Frecent_doskeys); } void