Commit graph

415 commits

Author SHA1 Message Date
Kim F. Storm
a0f8590d9d (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
removed the wrong version of the DEFUN macro; fixed it.
2002-03-21 12:17:51 +00:00
Pavel Janík
99982883b7 (Fplist_member): Add prototype. 2002-03-18 18:16:25 +00:00
Jan Djärv
e02207d421 Extern declare syms_of_xsmfns (). 2002-03-10 16:17:38 +00:00
Gerd Moellmann
8e14618ed3 Fix last change. 2002-03-08 10:56:48 +00:00
Gerd Moellmann
d90a14e078 (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros. 2002-03-08 10:26:32 +00:00
Stefan Monnier
31ade731e6 Change defvar_int def and vars to use EMACS_INT instead of just int. 2002-03-04 23:41:00 +00:00
Pavel Janík
74899579fa Align comments. 2002-03-04 09:26:18 +00:00
Kim F. Storm
b7301bff68 (GCPRO6): New macro. 2002-03-01 20:59:55 +00:00
Stefan Monnier
2c5c11efa2 (Fx_file_dialog): Export (for Motif code in fileio.c). 2002-02-07 20:22:19 +00:00
Pavel Janík
61727ab5d4 (adjust_after_replace_noundo)
(Fupdate_coding_systems_internal): Add prototypes.
2002-01-14 14:40:54 +00:00
Andreas Schwab
c1e11810d5 (max_specpdl_size): Adjust declaration. 2002-01-01 17:00:16 +00:00
Richard M. Stallman
c51ea62a82 (max_specpdl_size): Add declaration. 2001-12-30 00:13:56 +00:00
Pavel Janík
746de544e0 Remove declarations of variables Vmocklisp_arguments', Qmocklisp' and
`Qmocklisp_arguments'.
Remove prototype of syms_of_mocklisp.
2001-12-22 14:01:52 +00:00
Eli Zaretskii
c513fc0381 (scmp): Remove prototype, since it's now a static
function private to dired.c.
2001-12-19 16:08:23 +00:00
Stefan Monnier
14e76ac97c (run_hook_list_with_args): Undo last change. 2001-12-01 18:16:58 +00:00
Stefan Monnier
9f0443f99e (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
Add dummy uses of gcproN variables.
2001-11-29 02:31:59 +00:00
Stefan Monnier
d28981c94d (run_hook_list_with_args): Remove.
(LIST_END_P): Fix call to wrong_type_argument.
(make_fixnum_or_float): Use EMACS_INT rather than int.
2001-11-27 19:28:52 +00:00
Stefan Monnier
5c98cd304c (keys_of_frame): Remove declaration. 2001-11-19 06:46:01 +00:00
Pavel Janík
d19b9aa8ab Comment fix. 2001-11-15 15:20:10 +00:00
Miles Bader
89512fcd14 (Ffield_beginning, Ffield_end): Update EXFUN decl. 2001-11-15 08:07:50 +00:00
Richard M. Stallman
88d778acfc (Qcursor_in_non_selected_windows): New declaration. 2001-11-05 00:13:53 +00:00
Ken Raeburn
57ddb5d001 (CHECK_STRING_CAR): New macro. 2001-11-03 21:29:35 +00:00
Pavel Janík
874cc80e49 (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST, CHECK_STRING,
CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE, CHECK_VECTOR,
CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW,
CHECK_PROCESS, CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER,
CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT,
CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY, CHECK_NUMBER_CAR,
CHECK_NUMBER_CDR): Remove unused argument `i' in macros.
2001-11-02 20:12:06 +00:00
Stefan Monnier
e4247361e0 (keys_of_macros): Remove. 2001-10-31 02:19:05 +00:00
Pavel Janík
4e30ce4259 (gdb_lisp_params): Remove code in #if 0 which is now in emacs.c. 2001-10-27 09:20:15 +00:00
Stefan Monnier
5fbf2e842d (make_fixnum_or_float): Coerce double to int explicitly. 2001-10-25 05:13:57 +00:00
Miles Bader
eb3602912a (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
(DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
Remove `DOC_STRINGS_IN_COMMENTS' cases.
2001-10-22 01:10:13 +00:00
Miles Bader
015a8883e0 (DEFUN): Remove `DOC_STRINGS_IN_COMMENTS' case. 2001-10-17 03:11:30 +00:00
Ken Raeburn
f3fbd15535 Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
with lisp system changes.
2001-10-16 09:09:51 +00:00
Pavel Janík
04d7d0668f (Ftop_level): Add prototype. 2001-10-14 16:14:53 +00:00
Gerd Moellmann
df7cd53bbe (DEFUN, DEFVAR_LISP, ...) [DOC_STRINGS_IN_COMMENTS]:
Provide definitions for doc strings in comments.
2001-10-13 20:43:52 +00:00
Stefan Monnier
aad1474bcd (Ffeaturep): Remove. 2001-10-12 22:25:01 +00:00
Stefan Monnier
13598ab49f (Ffeaturep, Fprovide): Update prototype. 2001-10-12 22:21:59 +00:00
Stefan Monnier
183d183355 (Vload_suffixes, Vexec_suffixes): Declare.
(openp): Update prototype.
2001-10-12 03:22:15 +00:00
Stefan Monnier
1093ec4796 (empty_string): Declare. 2001-10-12 02:12:28 +00:00
Gerd Moellmann
fb756c1cd7 (FIXNUM_OVERFLOW_P): Cast I to EMACS_INT in comparisons
in case I is of some unsigned type, in which case
MOST_NEGATIVE_FIXNUM will be converted to unsigned, and the
comparison becomes bogus.
2001-10-11 19:13:20 +00:00
Gerd Moellmann
53ede3f4d8 (make_fixnum_or_float): New macro. 2001-10-11 15:37:13 +00:00
Gerd Moellmann
7436b0a99d (circular_list_error): Add prototype. 2001-10-11 08:46:50 +00:00
Andrew Innes
152180e34e [max]: Undef min and max before redefining them. 2001-10-08 22:39:06 +00:00
Stefan Monnier
3d9bae5081 Remove the entries for keymap.c (moved to keymap.h). 2001-10-08 11:42:10 +00:00
Gerd Moellmann
8a226de766 (min, max): New macros. 2001-10-08 07:59:17 +00:00
Pavel Janík
9180dc8c3d *** empty log message *** 2001-10-08 06:45:26 +00:00
Ken Raeburn
0037e2f2cb * lisp.h (Ffield_end): Declare. 2001-10-07 11:02:52 +00:00
Gerd Moellmann
d9eb1c3d52 Fix last change. 2001-10-07 00:14:18 +00:00
Gerd Moellmann
dc8e8b07bd (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM)
(FIXNUM_OVERFLOW_P): New macros.
2001-10-06 23:25:06 +00:00
Gerd Moellmann
a32fa73696 (LIST_END_P, FOREACH): New macros.
(pure_size) [HAVE_SHM]: Declare extern size_t.
(check_pure_size): Add prototype.

(enum symbol_interned): New enumeration.
(struct Lisp_Symbol): Remove member `obarray', add
`indirect_variable', `constant', and `interned'.
(SYMBOL_INTERNED_P, SYMBOL_INTERNED_IN_INITIAL_OBARRAY_P)
(SYMBOL_CONSTANT_P, SYMBOL_VALUE, SET_SYMBOL_VALUE): New macros.
(indirect_variable): Add prototype.
2001-10-05 09:48:47 +00:00
Gerd Moellmann
417750de1c (echo_kboard): Declare extern. 2001-09-26 12:00:56 +00:00
Gerd Moellmann
b8b319675a (Qinhibit_modification_hooks): Declare. 2001-09-11 12:32:17 +00:00
Eli Zaretskii
1fb046593f Fix a typo in a comment. From Pavel Janik <Pavel@Janik.cz>. 2001-09-08 10:32:00 +00:00
Ken Raeburn
232e274c6e * lisp.h (XVECTOR): Verify correct object type before returning a pointer. 2001-07-17 16:44:16 +00:00