summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* (CHECK): Wrap args in parenthesis.Stefan Monnier2003-05-011-6/+6
* (abort_on_gc): Add decl.Richard M. Stallman2003-04-301-0/+1
* (temp_echo_area_glyphs): Adjust prototype.Kenichi Handa2003-04-111-1/+1
* (make_string_from_bytes, make_specified_string):Kenichi Handa2003-03-231-2/+2
* (Fcancel_kbd_macro_events, Fstring_to_multibyte): AddAndreas Schwab2003-02-191-1/+3
* (setup_process_coding_systems): Add prototype.Kenichi Handa2003-02-101-0/+1
* Declare format2 instead of format1.Richard M. Stallman2003-01-251-1/+1
* GTK versionJan Djärv2003-01-191-0/+1
* New misc type Lisp_Save_Value.Richard M. Stallman2003-01-061-0/+14
* Comment.Dave Love2002-11-251-0/+1
* (get_specified_cursor_type, get_window_cursor_type):Dave Love2002-11-141-2/+1
* (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
* (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
* (print_error_message): Declare new args.Richard M. Stallman2002-07-201-1/+1
* (STRING_COPYIN): New macro.Ken Raeburn2002-07-191-5/+9
* (chars_in_text, multibyte_chars_in_text, copy_text):Ken Raeburn2002-07-161-28/+28
* * lisp.h (SREF): Produce rvalue.Ken Raeburn2002-07-161-1/+2
* (SDATA): Produce rvalue.Ken Raeburn2002-07-161-1/+1
* * lisp.h (STRING_INTERVALS): Produce rvalue.Ken Raeburn2002-07-151-1/+4
* * lisp.h (STRING_SET_CHARS): New macro.Ken Raeburn2002-07-151-2/+5
* (SMBP): Deleted. All uses changed to STRING_MULTIBYTE.Ken Raeburn2002-07-141-3/+5
* (Vmemory_full): Add declaration.Richard M. Stallman2002-07-111-2/+3
* (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
* 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
* (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
* * 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