]> git.eshelyaron.com Git - emacs.git/commitdiff
(assoc_no_quit): Extern it.
authorKenichi Handa <handa@m17n.org>
Tue, 6 Jun 2006 03:56:32 +0000 (03:56 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 6 Jun 2006 03:56:32 +0000 (03:56 +0000)
src/lisp.h

index 0792bdf89b0126c0beed3dcf796579faa54fc1d6..bf2426e25a732942ca2afeb520db683b3d0cdf12 100644 (file)
@@ -2404,6 +2404,7 @@ extern Lisp_Object concat2 P_ ((Lisp_Object, Lisp_Object));
 extern Lisp_Object concat3 P_ ((Lisp_Object, Lisp_Object, Lisp_Object));
 extern Lisp_Object nconc2 P_ ((Lisp_Object, Lisp_Object));
 extern Lisp_Object assq_no_quit P_ ((Lisp_Object, Lisp_Object));
+extern Lisp_Object assoc_no_quit P_ ((Lisp_Object, Lisp_Object));
 extern void clear_string_char_byte_cache P_ ((void));
 extern int string_char_to_byte P_ ((Lisp_Object, int));
 extern int string_byte_to_char P_ ((Lisp_Object, int));