Mercurial > emacs
changeset 22925:e89aad442cf7
(Fread_key_sequence): Update declaration.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 07 Aug 1998 04:36:17 +0000 |
parents | 13888875bea1 |
children | 436499b7a769 |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Thu Aug 06 05:50:47 1998 +0000 +++ b/src/lisp.h Fri Aug 07 04:36:17 1998 +0000 @@ -2205,7 +2205,7 @@ extern Lisp_Object Qvertical_scroll_bar; extern void discard_mouse_events (); EXFUN (Fevent_convert_list, 1); -EXFUN (Fread_key_sequence, 4); +EXFUN (Fread_key_sequence, 5); EXFUN (Fset_input_mode, 4); extern int detect_input_pending P_ ((void)); extern int detect_input_pending_run_timers P_ ((int));