aboutsummaryrefslogtreecommitdiffstats
path: root/src/callint.c
Commit message (Expand)AuthorAgeFilesLines
* Small callint.c fix.Glenn Morris2011-10-081-0/+2
* Merge from trunk.Paul Eggert2011-07-091-1/+1
|\
| * Clarify the `call-interactively' doc string, and add an example.Lars Magne Ingebrigtsen2011-07-071-1/+1
* | * keyboard.h (num_input_events): Now uintmax_t.Paul Eggert2011-07-071-1/+1
|/
* * callint.c (Finteractive): Clarify the meaning of "@".Lars Magne Ingebrigtsen2011-07-041-3/+4
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-35/+14
* Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-141-4/+8
* * callint.c (Fcall_interactively): Don't use index var as event count.Paul Eggert2011-06-131-2/+2
* Merge from mainline.Paul Eggert2011-04-251-2/+5
|\
| * Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii2011-04-231-2/+5
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-1/+1
* | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-1/+1
|/
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-1/+1
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-4/+5
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-1/+1
* * callint.c (Fcall_interactively): <, not <=, for optimization.Paul Eggert2011-04-091-18/+17
* Miscellanous cleanups in preparation for the merge.Stefan Monnier2011-04-011-2/+2
* Merge from trunkStefan Monnier2011-03-311-4/+4
|\
| * Variadic C functions now count arguments with size_t, not int.Paul Eggert2011-03-261-2/+3
| * Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou2011-03-231-2/+1
* | Merge from trunkStefan Monnier2011-03-211-14/+14
|\|
| * * callint.c: Use const pointer when appropriate.Paul Eggert2011-03-161-1/+1
| * * callint.c (Fcall_interactively): Rename locals to avoid shadowing.Paul Eggert2011-03-161-11/+11
| * * callint.c (quotify_arg, quotify_args): Now static.Paul Eggert2011-03-161-2/+2
* | * doc/lispref/variables.texi (Scope): Mention the availability of lexbind.Stefan Monnier2011-03-011-3/+10
* | Merge from trunkStefan Monnier2011-02-211-11/+11
|\|
| * Hide implementation of `struct kboard'Tom Tromey2011-02-161-3/+3
| * Change B_ to BVARTom Tromey2011-02-161-8/+8
| * Hide implementation of `struct buffer'Tom Tromey2011-02-141-8/+8
* | Merge from trunkStefan Monnier2011-02-111-9/+9
|\|
| * * callint.c: conform to C89 pointer rulesPaul Eggert2011-02-061-9/+9
* | Merge from trunkStefan Monnier2011-02-011-20/+10
|\|
| * Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
| * Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-2/+1
| * Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-14/+8
| * Nuke arch-tags.Glenn Morris2011-01-151-2/+0
| * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Obey lexical-binding in interactive evaluation commands.Stefan Monnier2010-12-151-1/+1
* | | Try and be more careful about propagation of lexical environment.Stefan Monnier2010-12-131-1/+1
|/ /
* | Use const for some arrays and functions.Dan Nicolaescu2010-08-061-1/+1
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-9/+0
* | Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-111-8/+4
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-6/+3
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-2/+1
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-9/+5
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-1/+1
|/
* * callint.c (Finteractive): Doc fix.Glenn Morris2010-02-171-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-19/+18