summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* (DEFUN): Remove `DOC_STRINGS_IN_COMMENTS' case.Miles Bader2001-10-171-26/+0
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-4/+60
* (Ftop_level): Add prototype.Pavel Janík2001-10-141-0/+1
* (DEFUN, DEFVAR_LISP, ...) [DOC_STRINGS_IN_COMMENTS]:Gerd Moellmann2001-10-131-0/+46
* (Ffeaturep): Remove.Stefan Monnier2001-10-121-1/+0
* (Ffeaturep, Fprovide): Update prototype.Stefan Monnier2001-10-121-3/+2
* (Vload_suffixes, Vexec_suffixes): Declare.Stefan Monnier2001-10-121-3/+5
* (empty_string): Declare.Stefan Monnier2001-10-121-2/+3
* (FIXNUM_OVERFLOW_P): Cast I to EMACS_INT in comparisonsGerd Moellmann2001-10-111-1/+2
* (make_fixnum_or_float): New macro.Gerd Moellmann2001-10-111-0/+6
* (circular_list_error): Add prototype.Gerd Moellmann2001-10-111-0/+2
* [max]: Undef min and max before redefining them.Andrew Innes2001-10-081-0/+4
* Remove the entries for keymap.c (moved to keymap.h).Stefan Monnier2001-10-081-26/+0
* (min, max): New macros.Gerd Moellmann2001-10-081-0/+5
* *** empty log message ***Pavel Janík2001-10-081-0/+1
* * lisp.h (Ffield_end): Declare.Ken Raeburn2001-10-071-0/+1
* Fix last change.Gerd Moellmann2001-10-071-7/+4
* (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM)Gerd Moellmann2001-10-061-0/+14
* (LIST_END_P, FOREACH): New macros.Gerd Moellmann2001-10-051-15/+117
* (echo_kboard): Declare extern.Gerd Moellmann2001-09-261-0/+1
* (Qinhibit_modification_hooks): Declare.Gerd Moellmann2001-09-111-0/+1
* Fix a typo in a comment. From Pavel Janik <Pavel@Janik.cz>.Eli Zaretskii2001-09-081-1/+1
* * 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