From 35e360926d00af99ee75f29ae8e4cd63d5a4f2f5 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 19 Feb 2003 13:07:17 +0000 Subject: [PATCH] (Fcancel_kbd_macro_events, Fstring_to_multibyte): Add prototypes. --- src/lisp.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lisp.h b/src/lisp.h index 3f7f57c29c8..6c3d9cfe6fd 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1,5 +1,5 @@ /* Fundamental definitions for GNU Emacs Lisp interpreter. - Copyright (C) 1985,86,87,93,94,95,97,98,1999,2000, 2001, 2002 + Copyright (C) 1985,86,87,93,94,95,97,98,1999,2000, 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -2265,6 +2265,7 @@ EXFUN (Fstring_make_multibyte, 1); EXFUN (Fstring_make_unibyte, 1); EXFUN (Fstring_as_multibyte, 1); EXFUN (Fstring_as_unibyte, 1); +EXFUN (Fstring_to_multibyte, 1); EXFUN (Fsubstring, 3); extern Lisp_Object substring_both P_ ((Lisp_Object, int, int, int, int)); EXFUN (Fnth, 2); @@ -3020,6 +3021,7 @@ extern void unmark_byte_stack P_ ((void)); /* defined in macros.c */ extern Lisp_Object Qexecute_kbd_macro; EXFUN (Fexecute_kbd_macro, 3); +EXFUN (Fcancel_kbd_macro_events, 0); extern void init_macros P_ ((void)); extern void syms_of_macros P_ ((void)); -- 2.11.4.GIT