aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
Commit message (Collapse)AuthorAgeFilesLines
* Comment.Dave Love2002-11-251-0/+1
|
* (get_specified_cursor_type, get_window_cursor_type):Dave Love2002-11-141-2/+1
| | | | Don't declare.
* (get_window_cursor_type): Update prototype.Kim F. Storm2002-10-241-1/+1
|
* (pop_message_unwind): Renamed from push_message_unwind.Richard M. Stallman2002-09-111-1/+2
|
* (Qcursor_in_non_selected_windows): Extern removed.Kim F. Storm2002-08-301-1/+3
| | | | | (get_specified_cursor_type, get_window_cursor_type) (set_frame_cursor_types): Added prototypes.
* (Fexecute_kbd_macro): Update prototype.Kim F. Storm2002-08-141-1/+1
|
* Comment change.Richard M. Stallman2002-08-121-0/+6
|
* (XPNTR): Use NO_UNION_TYPE version for union as well,Ken Raeburn2002-07-241-21/+20
| | | | since it only depends on XUINT.
* (print_error_message): Declare new args.Richard M. Stallman2002-07-201-1/+1
|
* (STRING_COPYIN): New macro.Ken Raeburn2002-07-191-5/+9
| | | | | (detect_coding_system, safe_bcopy, temp_output_buffer_setup): (internal_with_output_to_temp_buffer): Declarations updated.
* (chars_in_text, multibyte_chars_in_text, copy_text):Ken Raeburn2002-07-161-28/+28
| | | | | | | | | | | (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.
* * lisp.h (SREF): Produce rvalue.Ken Raeburn2002-07-161-1/+2
| | | | (SSET): New macro.
* (SDATA): Produce rvalue.Ken Raeburn2002-07-161-1/+1
|
* * lisp.h (STRING_INTERVALS): Produce rvalue.Ken Raeburn2002-07-151-1/+4
| | | | (STRING_SET_INTERVALS): New macro.
* * lisp.h (STRING_SET_CHARS): New macro.Ken Raeburn2002-07-151-2/+5
| | | | (SCHARS, SBYTES): Produce rvalues.
* (SMBP): Deleted. All uses changed to STRING_MULTIBYTE.Ken Raeburn2002-07-141-3/+5
| | | | | | (STRING_SET_UNIBYTE): New macro. (SET_STRING_BYTES): Deleted. Callers (all of which supplied a length of -1) changed to use STRING_SET_UNIBYTE.
* (Vmemory_full): Add declaration.Richard M. Stallman2002-07-111-2/+3
| | | | (current_column, indented_beyond_p): Change declaration.
* (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers updated.Juanma Barranquero2002-07-101-1/+1
|
* (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)Stefan Monnier2002-07-071-0/+26
| | | | (HASH_TABLE_SIZE): Move from fns.c.
* Remove duplicate declaration of code_convert_string_norecord.Andreas Schwab2002-06-281-1/+0
|
* (current_column): Now returns float.Thien-Thi Nguyen2002-06-031-16/+16
| | | | (indented_beyond_p): 3rd arg now a float.
* (Fread_file_name): Now has 6 args.Kim F. Storm2002-05-271-1/+1
|
* update LISP_MAKE_RVALUE comment for union, non-gcc caseKen Raeburn2002-05-201-1/+5
|
* * lisp.h (struct Lisp_Symbol): Replace field "name" with a lispKen Raeburn2002-05-201-3/+10
| | | | | object field named "xname". (SYMBOL_NAME): New macro.
* * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR and XCDR realKen Raeburn2002-05-191-5/+0
| | | | rvalues in most configurations.
* (openp): Update prototype.Stefan Monnier2002-04-301-1/+1
|
* (Fcommandp): Declare new arg.Richard M. Stallman2002-04-281-1/+1
|
* (Fpropertize): Add prototype.Pavel Janík2002-04-121-0/+1
|
* (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patchKim F. Storm2002-03-211-2/+2
| | | | removed the wrong version of the DEFUN macro; fixed it.
* (Fplist_member): Add prototype.Pavel Janík2002-03-181-0/+1
|
* Extern declare syms_of_xsmfns ().Jan Djärv2002-03-101-0/+3
|
* Fix last change.Gerd Moellmann2002-03-081-1/+1
|
* (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.Gerd Moellmann2002-03-081-1/+9
|
* Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier2002-03-041-5/+6
|
* Align comments.Pavel Janík2002-03-041-1/+1
|
* (GCPRO6): New macro.Kim F. Storm2002-03-011-0/+22
|
* (Fx_file_dialog): Export (for Motif code in fileio.c).Stefan Monnier2002-02-071-0/+1
|
* (adjust_after_replace_noundo)Pavel Janík2002-01-141-0/+2
| | | | (Fupdate_coding_systems_internal): Add prototypes.
* (max_specpdl_size): Adjust declaration.Andreas Schwab2002-01-011-1/+1
|
* (max_specpdl_size): Add declaration.Richard M. Stallman2001-12-301-0/+2
|
* Remove declarations of variables `Vmocklisp_arguments', `Qmocklisp' andPavel Janík2001-12-221-4/+0
| | | | | `Qmocklisp_arguments'. Remove prototype of syms_of_mocklisp.
* (scmp): Remove prototype, since it's now a staticEli Zaretskii2001-12-191-1/+0
| | | | function private to dired.c.
* (run_hook_list_with_args): Undo last change.Stefan Monnier2001-12-011-0/+1
|
* (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):Stefan Monnier2001-11-291-5/+10
| | | | Add dummy uses of gcproN variables.
* (run_hook_list_with_args): Remove.Stefan Monnier2001-11-271-4/+5
| | | | | (LIST_END_P): Fix call to wrong_type_argument. (make_fixnum_or_float): Use EMACS_INT rather than int.
* (keys_of_frame): Remove declaration.Stefan Monnier2001-11-191-1/+0
|
* Comment fix.Pavel Janík2001-11-151-1/+1
|
* (Ffield_beginning, Ffield_end): Update EXFUN decl.Miles Bader2001-11-151-2/+2
|
* (Qcursor_in_non_selected_windows): New declaration.Richard M. Stallman2001-11-051-0/+1
|
* (CHECK_STRING_CAR): New macro.Ken Raeburn2001-11-031-0/+3
|