aboutsummaryrefslogtreecommitdiffstats
path: root/src/callint.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 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
* * callint.c: conform to C89 pointer rulesPaul Eggert2011-02-061-9/+9
* 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
* | 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
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* * fileio.c (history_delete_duplicates): Remove unused declaration.Dan Nicolaescu2009-04-151-2/+6
* * callint.c (Fcall_interactively): For '^' just delegate the work toStefan Monnier2009-03-261-23/+2
* (Finteractive): Clarify the doc string - even promptless elements need \nAlan Mackenzie2009-03-221-7/+8
* (Finteractive): Doc fix.Glenn Morris2009-02-271-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * textprop.c (Qminibuffer_prompt): New variable.Martin Rudalics2008-12-261-0/+13
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (Fcall_interactively): Handle temporary region even whenChong Yidong2008-04-031-1/+8
* (Vshift_select_mode): New var.Chong Yidong2008-04-021-8/+35
* (Fcall_interactively): Revert 2008-03-16 changeJuri Linkov2008-03-291-28/+9
* (Fcall_interactively) [case 'B']: Use other-bufferAndreas Schwab2008-03-201-7/+7
* (Fcall_interactively): For interactive code lettersJuri Linkov2008-03-161-9/+28
* (Fcall_interactively): Use AREF.Stefan Monnier2008-02-191-5/+5
* * simple.el (transient-mark-mode): Add an :init-value.Dan Nicolaescu2008-02-171-1/+1
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+2
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+2
* | Merge from emacs--rel--22Miles Bader2007-12-281-1/+4
|\|
| * (syms_of_callint) <command-history>: Add reference to history-length inEli Zaretskii2007-12-221-1/+4
* | Johan Bockg� <bojohan at gnu.org>Glenn Morris2007-09-131-3/+0
* | (Fcall_interactively): Comment fixes.Michaël Cadilhac2007-09-101-4/+2
* | (Fcall_interactively): Use Finteractive_form also for subrsStefan Monnier2007-09-101-27/+11
* | Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\ \
| * | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\|
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-07-151-4/+7
|\| |
| * | (Fcall_interactively): Make the parsing of interactiveDavid Kastrup2007-06-251-4/+7