aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR and XCDR realKen Raeburn2002-05-191-5/+0
* (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
* (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
* (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
* (scmp): Remove prototype, since it's now a staticEli Zaretskii2001-12-191-1/+0
* (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
* (run_hook_list_with_args): Remove.Stefan Monnier2001-11-271-4/+5
* (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
* (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST, CHECK_STRING,Pavel Janík2001-11-021-25/+25
* (keys_of_macros): Remove.Stefan Monnier2001-10-311-1/+0
* (gdb_lisp_params): Remove code in #if 0 which is now in emacs.c.Pavel Janík2001-10-271-20/+0
* (make_fixnum_or_float): Coerce double to int explicitly.Stefan Monnier2001-10-251-1/+1
* (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)Miles Bader2001-10-221-17/+0
* (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