aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* (interactive_p): Add prototype.Gerd Moellmann2001-01-311-0/+1
* (redisplay_preserve_echo_area): Change prototype.Gerd Moellmann2001-01-161-1/+1
* (STRING_BYTES) [GC_CHECK_STRING_BYTES]: CallGerd Moellmann2001-01-091-0/+17
* (push_message_unwind): Add prototype.Gerd Moellmann2001-01-091-1/+2
* (push_key_description): Add prototype.Gerd Moellmann2000-12-281-0/+1
* (Qinhibit_point_motion_hooks): Declare extern.Gerd Moellmann2000-12-211-0/+1
* (detect_coding_system): Prototype adjusted.Kenichi Handa2000-12-131-1/+1
* (Fmake_variable_buffer_local, Fbuffer_file_name): Declare.Ken Raeburn2000-12-041-0/+2
* (BINDING_STACK_SIZE): New macro.Gerd Moellmann2000-11-151-0/+2
* (pos_visible_p): Change prototype.Gerd Moellmann2000-11-141-1/+1
* * lisp.h (Flooking_at): Declare.Ken Raeburn2000-11-091-0/+1
* * lisp.h (KEYMAPP): New macro.Stefan Monnier2000-10-271-2/+2
* (pos_visible_p): Add prototype.Gerd Moellmann2000-10-251-0/+1
* (Fpos_visible_in_window_p): Update prototypeMiles Bader2000-10-211-1/+1
* * keymap.c (access_keymap): Add AUTOLOAD parameter.Stefan Monnier2000-10-151-1/+1
* (safe_call): Renamed from call_function.Gerd Moellmann2000-10-051-2/+3
* (wrong_type_argument): Remove NO_RETURN, the function canGerd Moellmann2000-10-021-8/+13
* (fatal): Declare NO_RETURN.Gerd Moellmann2000-09-291-1/+1
* (XINT) [EXPLICIT_SIGN_EXTEND]: Use BITS_PER_EMACS_INTGerd Moellmann2000-09-261-3/+12
* (union Lisp_Object) [!NO_UNION_TYPE]: Use EMACS_INT andGerd Moellmann2000-09-261-17/+17
* (wrong_type_argument, Fthrow, Fsignal, error): DeclareGerd Moellmann2000-09-211-4/+4
* (Qdisplay): Declare extern.Gerd Moellmann2000-09-071-1/+1
* (store_in_keymap, fix_submap_inheritance): Remove.Stefan Monnier2000-08-271-2/+0
* [WINDOWSNT]: Don't declare externs for getenv, ctime and getwd.Andrew Innes2000-08-221-0/+2
* (set_time_zone_rule): Add prototype.Gerd Moellmann2000-08-211-0/+2
* (CHECK) [ENABLE_CHECKING]: Make both side of theGerd Moellmann2000-08-181-1/+1
* (Lisp_String): Replace DECLARE_INTERVALS with real decl.Miles Bader2000-08-181-1/+1
* Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don'tDave Love2000-08-171-9/+0
* (input_pending): External declaration.Gerd Moellmann2000-08-091-0/+1
* (Fsingle_key_description, xmalloc, xrealloc): ChangeGerd Moellmann2000-08-021-3/+3
* (char_table_ref_and_index): Add prototype.Kenichi Handa2000-07-271-0/+1
* (GLYPH_MASK_CHAR, GLYPH_MASK_FACE): Use 19 bitsGerd Moellmann2000-07-251-4/+4
* (Fconstrain_to_field): Update external declaration.Miles Bader2000-07-241-1/+1
* (Fnext_single_char_property_change): Add prototype.Gerd Moellmann2000-07-191-0/+1
* (FUNCTIONP): New macro.Gerd Moellmann2000-07-141-0/+10
* (eval_form): Add prototype.Gerd Moellmann2000-07-131-0/+1
* (AREF, ASET, ASIZE): New macros.Gerd Moellmann2000-07-131-1/+11
* (handling_signal): External declaration.Gerd Moellmann2000-07-051-0/+1
* (Vsignaling_function): External declaration.Gerd Moellmann2000-07-051-0/+2
* (next_almost_prime): Add prototype.Gerd Moellmann2000-06-281-0/+1
* (QCfilter): External declaration.Gerd Moellmann2000-06-261-1/+1
* (swap_in_global_binding): Declare.Dave Love2000-06-251-1/+1
* Add xfree missed from last change.Dave Love2000-06-201-0/+2
* (x_set_tool_bar_lines, free_frame_xic, compose_text, getenv, ctime)Dave Love2000-06-201-10/+3
* (Qmessage_truncate_lines): External declaration.Gerd Moellmann2000-06-131-0/+1
* (DEFUN, EXFUN): Test PROTOTYPES.Dave Love2000-06-051-2/+6
* (eassert) [!ENABLE_CHECKING]: Define as `(void) 0'.Gerd Moellmann2000-05-311-0/+4
* (get_local_map: Don't declare here.Dave Love2000-05-291-3/+0
* (struct Lisp_Buffer_Cons): Remove.Gerd Moellmann2000-04-211-10/+0
* * lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:Ken Raeburn2000-04-051-1/+6