diff options
| author | Kenichi Handa | 2006-06-06 03:56:32 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-06-06 03:56:32 +0000 |
| commit | c1c4887e39b7fcb430ddc4e9a997f788ec29e697 (patch) | |
| tree | 60b2c64889d50f4bafd1891af2e6019a878e09fe | |
| parent | 88dcc605bd50e027e361f3c9c5f6694389b83048 (diff) | |
| download | emacs-c1c4887e39b7fcb430ddc4e9a997f788ec29e697.tar.gz emacs-c1c4887e39b7fcb430ddc4e9a997f788ec29e697.zip | |
(assoc_no_quit): Extern it.
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 0792bdf89b0..bf2426e25a7 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2404,6 +2404,7 @@ extern Lisp_Object concat2 P_ ((Lisp_Object, Lisp_Object)); | |||
| 2404 | extern Lisp_Object concat3 P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); | 2404 | extern Lisp_Object concat3 P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); |
| 2405 | extern Lisp_Object nconc2 P_ ((Lisp_Object, Lisp_Object)); | 2405 | extern Lisp_Object nconc2 P_ ((Lisp_Object, Lisp_Object)); |
| 2406 | extern Lisp_Object assq_no_quit P_ ((Lisp_Object, Lisp_Object)); | 2406 | extern Lisp_Object assq_no_quit P_ ((Lisp_Object, Lisp_Object)); |
| 2407 | extern Lisp_Object assoc_no_quit P_ ((Lisp_Object, Lisp_Object)); | ||
| 2407 | extern void clear_string_char_byte_cache P_ ((void)); | 2408 | extern void clear_string_char_byte_cache P_ ((void)); |
| 2408 | extern int string_char_to_byte P_ ((Lisp_Object, int)); | 2409 | extern int string_char_to_byte P_ ((Lisp_Object, int)); |
| 2409 | extern int string_byte_to_char P_ ((Lisp_Object, int)); | 2410 | extern int string_byte_to_char P_ ((Lisp_Object, int)); |