diff options
| author | Stefan Monnier | 2001-10-12 22:21:59 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-10-12 22:21:59 +0000 |
| commit | 13598ab49f0bbec19f523e0df8db5d95b543cbc4 (patch) | |
| tree | c96d4e032ed501272835e54c94696a2edcdb8d0c | |
| parent | 1e934989ca4b728cb3aacb514e0087fce5f95874 (diff) | |
| download | emacs-13598ab49f0bbec19f523e0df8db5d95b543cbc4.tar.gz emacs-13598ab49f0bbec19f523e0df8db5d95b543cbc4.zip | |
(Ffeaturep, Fprovide): Update prototype.
| -rw-r--r-- | src/lisp.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lisp.h b/src/lisp.h index 719b95d5130..ab4da2df5e3 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2145,9 +2145,9 @@ EXFUN (Fmapcar, 2); | |||
| 2145 | EXFUN (Fmapconcat, 3); | 2145 | EXFUN (Fmapconcat, 3); |
| 2146 | EXFUN (Fy_or_n_p, 1); | 2146 | EXFUN (Fy_or_n_p, 1); |
| 2147 | extern Lisp_Object do_yes_or_no_p P_ ((Lisp_Object)); | 2147 | extern Lisp_Object do_yes_or_no_p P_ ((Lisp_Object)); |
| 2148 | EXFUN (Ffeaturep, 1); | 2148 | EXFUN (Ffeaturep, 2); |
| 2149 | EXFUN (Frequire, 3); | 2149 | EXFUN (Frequire, 3); |
| 2150 | EXFUN (Fprovide, 1); | 2150 | EXFUN (Fprovide, 2); |
| 2151 | extern Lisp_Object concat2 P_ ((Lisp_Object, Lisp_Object)); | 2151 | extern Lisp_Object concat2 P_ ((Lisp_Object, Lisp_Object)); |
| 2152 | extern Lisp_Object concat3 P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); | 2152 | extern Lisp_Object concat3 P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); |
| 2153 | extern Lisp_Object nconc2 P_ ((Lisp_Object, Lisp_Object)); | 2153 | extern Lisp_Object nconc2 P_ ((Lisp_Object, Lisp_Object)); |
| @@ -2262,7 +2262,6 @@ extern int check_point_in_composition | |||
| 2262 | P_ ((struct buffer *, int, struct buffer *, int)); | 2262 | P_ ((struct buffer *, int, struct buffer *, int)); |
| 2263 | extern void redisplay_preserve_echo_area P_ ((int)); | 2263 | extern void redisplay_preserve_echo_area P_ ((int)); |
| 2264 | extern void mark_window_display_accurate P_ ((Lisp_Object, int)); | 2264 | extern void mark_window_display_accurate P_ ((Lisp_Object, int)); |
| 2265 | extern int invisible_p P_ ((Lisp_Object, Lisp_Object)); | ||
| 2266 | extern void prepare_menu_bars P_ ((void)); | 2265 | extern void prepare_menu_bars P_ ((void)); |
| 2267 | extern void syms_of_xdisp P_ ((void)); | 2266 | extern void syms_of_xdisp P_ ((void)); |
| 2268 | extern void init_xdisp P_ ((void)); | 2267 | extern void init_xdisp P_ ((void)); |