aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* * lisp.h (XVECTOR): Verify correct object type before returning a pointer.Ken Raeburn2001-07-171-1/+1
* Change comment.Gerd Moellmann2001-07-051-4/+5
* Improve comment.Gerd Moellmann2001-07-031-5/+7
* (GLYPH_CHAR_VALID_P): Use CHAR_VALID_P.Gerd Moellmann2001-05-091-2/+1
* (echoing, echo_message_buffer, cancel_echoing): Declare.Gerd Moellmann2001-04-041-0/+3
* (Qinhibit_eval_during_redisplay): Declare extern.Gerd Moellmann2001-03-281-0/+1
* (Vx_resource_name) [HAVE_X_WINDOWS]: Declare extern.Gerd Moellmann2001-03-221-0/+3
* (store_symval_forwarding): Change prototype.Gerd Moellmann2001-03-151-1/+2
* (do_switch_frame): Change prototype.Gerd Moellmann2001-03-141-1/+1
* (Vwindow_list): Declare extern.Gerd Moellmann2001-03-061-0/+1
* (mouse_face_overlay_overlaps): Add prototype.Gerd Moellmann2001-03-061-1/+2
* * lisp.h (Fframe_parameter): Declare.Ken Raeburn2001-02-281-0/+1
* (allocate_vectorlike): Remove prototype.Gerd Moellmann2001-02-281-1/+6
* (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