diff options
| author | Andreas Schwab | 1998-04-29 09:41:10 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-04-29 09:41:10 +0000 |
| commit | 42d65b5fc897b544c824f2a3a49895da5af486cf (patch) | |
| tree | c25b0d45f31a98b7531797eb62445a8f377566bc /src | |
| parent | 58edb572530eb837a1ad5e4c3900a9122ffcdf59 (diff) | |
| download | emacs-42d65b5fc897b544c824f2a3a49895da5af486cf.tar.gz emacs-42d65b5fc897b544c824f2a3a49895da5af486cf.zip | |
Declare Fcompare_strings.
Diffstat (limited to 'src')
| -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 bda73db6aa7..7797e84ebe8 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1719,6 +1719,7 @@ EXFUN (Fchar_table_extra_slot, 2); | |||
| 1719 | EXFUN (Fset_char_table_extra_slot, 3); | 1719 | EXFUN (Fset_char_table_extra_slot, 3); |
| 1720 | EXFUN (Frassoc, 2); | 1720 | EXFUN (Frassoc, 2); |
| 1721 | EXFUN (Fstring_equal, 2); | 1721 | EXFUN (Fstring_equal, 2); |
| 1722 | EXFUN (Fcompare_strings, 7); | ||
| 1722 | EXFUN (Fstring_lessp, 2); | 1723 | EXFUN (Fstring_lessp, 2); |
| 1723 | extern int char_table_translate P_ ((Lisp_Object, int)); | 1724 | extern int char_table_translate P_ ((Lisp_Object, int)); |
| 1724 | extern void map_char_table P_ ((void (*) (Lisp_Object, Lisp_Object, Lisp_Object), | 1725 | extern void map_char_table P_ ((void (*) (Lisp_Object, Lisp_Object, Lisp_Object), |