Kim F. Storm
|
5af96b788b
|
(get_window_cursor_type): Update prototype.
|
2002-10-24 19:57:52 +00:00 |
|
Richard M. Stallman
|
37d6609558
|
(pop_message_unwind): Renamed from push_message_unwind.
|
2002-09-11 01:59:33 +00:00 |
|
Kim F. Storm
|
e4764db0dd
|
(Qcursor_in_non_selected_windows): Extern removed.
(get_specified_cursor_type, get_window_cursor_type)
(set_frame_cursor_types): Added prototypes.
|
2002-08-30 12:01:01 +00:00 |
|
Kim F. Storm
|
a361276f07
|
(Fexecute_kbd_macro): Update prototype.
|
2002-08-14 10:35:03 +00:00 |
|
Richard M. Stallman
|
992dd91a91
|
Comment change.
|
2002-08-12 17:28:36 +00:00 |
|
Ken Raeburn
|
8febed74d2
|
(XPNTR): Use NO_UNION_TYPE version for union as well,
since it only depends on XUINT.
|
2002-07-24 02:07:11 +00:00 |
|
Richard M. Stallman
|
8e40b6cbe9
|
(print_error_message): Declare new args.
|
2002-07-20 21:47:26 +00:00 |
|
Ken Raeburn
|
101d50c8d9
|
(STRING_COPYIN): New macro.
(detect_coding_system, safe_bcopy, temp_output_buffer_setup):
(internal_with_output_to_temp_buffer): Declarations updated.
|
2002-07-19 14:27:13 +00:00 |
|
Ken Raeburn
|
f29b79a242
|
(chars_in_text, multibyte_chars_in_text, copy_text):
(count_size_as_multibyte, count_combining_before):
(count_combining_after, insert_1, insert_1_both, message_dolog):
(insert, insert_and_inherit, insert_before_markers)
(insert_before_markers_and_inherit, set_message, message2):
(message2_dolog, build_string, make_string, make_unibyte_string):
(make_multibyte_string, intern, oblookup, report_file_error):
(fast_c_string_match_ignore_case, temp_echo_area_glyphs):
(emacs_open, xstrdup): Declarations updated.
|
2002-07-16 19:48:42 +00:00 |
|
Ken Raeburn
|
bba772ab93
|
* lisp.h (SREF): Produce rvalue.
(SSET): New macro.
|
2002-07-16 15:49:34 +00:00 |
|
Ken Raeburn
|
674537ea64
|
(SDATA): Produce rvalue.
|
2002-07-16 15:09:36 +00:00 |
|
Ken Raeburn
|
90b814298c
|
* lisp.h (STRING_INTERVALS): Produce rvalue.
(STRING_SET_INTERVALS): New macro.
|
2002-07-15 06:54:23 +00:00 |
|
Ken Raeburn
|
7412b6fdd2
|
* lisp.h (STRING_SET_CHARS): New macro.
(SCHARS, SBYTES): Produce rvalues.
|
2002-07-15 02:13:38 +00:00 |
|
Ken Raeburn
|
491c2516d3
|
(SMBP): Deleted. All uses changed to STRING_MULTIBYTE.
(STRING_SET_UNIBYTE): New macro.
(SET_STRING_BYTES): Deleted. Callers (all of which supplied a length of -1)
changed to use STRING_SET_UNIBYTE.
|
2002-07-14 23:54:05 +00:00 |
|
Richard M. Stallman
|
0cef4798af
|
(Vmemory_full): Add declaration.
(current_column, indented_beyond_p): Change declaration.
|
2002-07-11 17:40:48 +00:00 |
|
Juanma Barranquero
|
c929397dc1
|
(SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers updated.
|
2002-07-10 08:41:28 +00:00 |
|
Stefan Monnier
|
141788b50c
|
(HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
(HASH_TABLE_SIZE): Move from fns.c.
|
2002-07-07 20:52:08 +00:00 |
|
Andreas Schwab
|
1aa1cb6611
|
Remove duplicate declaration of code_convert_string_norecord.
|
2002-06-28 12:39:46 +00:00 |
|
Thien-Thi Nguyen
|
e2c0561ec5
|
(current_column): Now returns float.
(indented_beyond_p): 3rd arg now a float.
|
2002-06-03 01:58:20 +00:00 |
|
Kim F. Storm
|
fda1acc53d
|
(Fread_file_name): Now has 6 args.
|
2002-05-27 22:05:51 +00:00 |
|
Ken Raeburn
|
f2ba34f4ed
|
update LISP_MAKE_RVALUE comment for union, non-gcc case
|
2002-05-20 08:38:28 +00:00 |
|
Ken Raeburn
|
74d7008596
|
* lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
object field named "xname".
(SYMBOL_NAME): New macro.
|
2002-05-20 08:06:06 +00:00 |
|
Ken Raeburn
|
7340cc503b
|
* lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR and XCDR real
rvalues in most configurations.
|
2002-05-19 23:14:24 +00:00 |
|
Stefan Monnier
|
cae578a808
|
(openp): Update prototype.
|
2002-04-30 00:59:42 +00:00 |
|
Richard M. Stallman
|
2a4d03b861
|
(Fcommandp): Declare new arg.
|
2002-04-28 22:06:17 +00:00 |
|
Pavel Janík
|
5626cdef22
|
(Fpropertize): Add prototype.
|
2002-04-12 05:49:18 +00:00 |
|
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 |
|