comparison src/lisp.h @ 83490:0cdee8b991e1

Merged from emacs@sv.gnu.org Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-144 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-145 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-146 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-147 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-148 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-149 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-150 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-151 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-152 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-56 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-57 Copy/update icons from Gnus trunk git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-530
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 12 Mar 2006 04:51:49 +0000
parents 8976b9f5eda1 c65249b41906
children 81f2d90dee68
comparison
equal deleted inserted replaced
83489:1e2c51896896 83490:0cdee8b991e1
2730 EXFUN (Fbolp, 0); 2730 EXFUN (Fbolp, 0);
2731 EXFUN (Fbobp, 0); 2731 EXFUN (Fbobp, 0);
2732 EXFUN (Fformat, MANY); 2732 EXFUN (Fformat, MANY);
2733 EXFUN (Fmessage, MANY); 2733 EXFUN (Fmessage, MANY);
2734 extern Lisp_Object format2 P_ ((char *, Lisp_Object, Lisp_Object)); 2734 extern Lisp_Object format2 P_ ((char *, Lisp_Object, Lisp_Object));
2735 extern Lisp_Object make_buffer_string P_ ((int, int, int));
2736 EXFUN (Fbuffer_substring, 2); 2735 EXFUN (Fbuffer_substring, 2);
2737 EXFUN (Fbuffer_string, 0); 2736 EXFUN (Fbuffer_string, 0);
2738 extern Lisp_Object save_excursion_save P_ ((void)); 2737 extern Lisp_Object save_excursion_save P_ ((void));
2739 extern Lisp_Object save_restriction_save P_ ((void)); 2738 extern Lisp_Object save_restriction_save P_ ((void));
2740 extern Lisp_Object save_excursion_restore P_ ((Lisp_Object)); 2739 extern Lisp_Object save_excursion_restore P_ ((Lisp_Object));
2749 extern int clip_to_bounds P_ ((int, int, int)); 2748 extern int clip_to_bounds P_ ((int, int, int));
2750 extern Lisp_Object make_buffer_string P_ ((int, int, int)); 2749 extern Lisp_Object make_buffer_string P_ ((int, int, int));
2751 extern Lisp_Object make_buffer_string_both P_ ((int, int, int, int, int)); 2750 extern Lisp_Object make_buffer_string_both P_ ((int, int, int, int, int));
2752 extern void init_editfns P_ ((void)); 2751 extern void init_editfns P_ ((void));
2753 extern void syms_of_editfns P_ ((void)); 2752 extern void syms_of_editfns P_ ((void));
2754 EXFUN (Fcurrent_message, 0);
2755 extern Lisp_Object Vinhibit_field_text_motion; 2753 extern Lisp_Object Vinhibit_field_text_motion;
2756 EXFUN (Fconstrain_to_field, 5); 2754 EXFUN (Fconstrain_to_field, 5);
2757 EXFUN (Ffield_string, 1); 2755 EXFUN (Ffield_string, 1);
2758 EXFUN (Fdelete_field, 1); 2756 EXFUN (Fdelete_field, 1);
2759 EXFUN (Ffield_beginning, 3); 2757 EXFUN (Ffield_beginning, 3);
2847 EXFUN (Fread_file_name, 6); 2845 EXFUN (Fread_file_name, 6);
2848 extern Lisp_Object close_file_unwind P_ ((Lisp_Object)); 2846 extern Lisp_Object close_file_unwind P_ ((Lisp_Object));
2849 extern void report_file_error P_ ((const char *, Lisp_Object)); 2847 extern void report_file_error P_ ((const char *, Lisp_Object));
2850 extern int internal_delete_file P_ ((Lisp_Object)); 2848 extern int internal_delete_file P_ ((Lisp_Object));
2851 extern void syms_of_fileio P_ ((void)); 2849 extern void syms_of_fileio P_ ((void));
2852 EXFUN (Fmake_temp_name, 1);
2853 extern void init_fileio_once P_ ((void)); 2850 extern void init_fileio_once P_ ((void));
2854 extern Lisp_Object make_temp_name P_ ((Lisp_Object, int)); 2851 extern Lisp_Object make_temp_name P_ ((Lisp_Object, int));
2855 EXFUN (Fmake_symbolic_link, 3); 2852 EXFUN (Fmake_symbolic_link, 3);
2856 2853
2857 /* Defined in abbrev.c */ 2854 /* Defined in abbrev.c */
3200 #endif 3197 #endif
3201 3198
3202 /* Defined in xfaces.c */ 3199 /* Defined in xfaces.c */
3203 extern void syms_of_xfaces P_ ((void)); 3200 extern void syms_of_xfaces P_ ((void));
3204 3201
3202 #ifndef HAVE_GETLOADAVG
3205 /* Defined in getloadavg.c */ 3203 /* Defined in getloadavg.c */
3206 extern int getloadavg P_ ((double *, int)); 3204 extern int getloadavg P_ ((double *, int));
3205 #endif
3207 3206
3208 #ifdef HAVE_X_WINDOWS 3207 #ifdef HAVE_X_WINDOWS
3209 /* Defined in xfns.c */ 3208 /* Defined in xfns.c */
3210 extern void syms_of_xfns P_ ((void)); 3209 extern void syms_of_xfns P_ ((void));
3211 #endif /* HAVE_X_WINDOWS */ 3210 #endif /* HAVE_X_WINDOWS */
3221 /* Defined in xselect.c */ 3220 /* Defined in xselect.c */
3222 extern void syms_of_xselect P_ ((void)); 3221 extern void syms_of_xselect P_ ((void));
3223 3222
3224 /* Defined in xterm.c */ 3223 /* Defined in xterm.c */
3225 extern void syms_of_xterm P_ ((void)); 3224 extern void syms_of_xterm P_ ((void));
3226
3227 /* Defined in getloadavg.c */
3228 extern int getloadavg P_ ((double [], int));
3229 3225
3230 #ifdef MSDOS 3226 #ifdef MSDOS
3231 /* Defined in msdos.c */ 3227 /* Defined in msdos.c */
3232 EXFUN (Fmsdos_downcase_filename, 1); 3228 EXFUN (Fmsdos_downcase_filename, 1);
3233 #endif 3229 #endif