From: Andreas Schwab Date: Wed, 29 Apr 1998 09:41:10 +0000 (+0000) Subject: Declare Fcompare_strings. X-Git-Tag: emacs-20.3~1235 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42d65b5fc897b544c824f2a3a49895da5af486cf;p=emacs.git Declare Fcompare_strings. --- diff --git a/src/lisp.h b/src/lisp.h index bda73db6aa7..7797e84ebe8 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1719,6 +1719,7 @@ EXFUN (Fchar_table_extra_slot, 2); EXFUN (Fset_char_table_extra_slot, 3); EXFUN (Frassoc, 2); EXFUN (Fstring_equal, 2); +EXFUN (Fcompare_strings, 7); EXFUN (Fstring_lessp, 2); extern int char_table_translate P_ ((Lisp_Object, int)); extern void map_char_table P_ ((void (*) (Lisp_Object, Lisp_Object, Lisp_Object),