summaryrefslogtreecommitdiff
path: root/src/macros.c
Commit message (Expand)AuthorAgeFilesLines
* kmacro: Simplify register code and recent changeStefan Monnier2023-02-241-3/+3
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Improve the execute-kbd-macro doc stringLars Ingebrigtsen2022-03-141-3/+9
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Quit minibuffers without aborting kmacrosMiha Rihtaršič2021-07-201-1/+1
* execute-kbd-macro doc string clarificationLars Ingebrigtsen2021-01-311-1/+4
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-2/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | More macro renamings for bignumTom Tromey2018-08-071-7/+7
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-5/+5
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Prefer xpalloc to doubling buffers by handPaul Eggert2015-11-071-10/+5
* Include-file cleanup for src directoryPaul Eggert2015-10-201-3/+0
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-3/+0
* Remove unused DEFSYMsPaul Eggert2015-05-311-2/+0
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-4/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Merge from emacs-24; up to 2014-06-26T21:51:25Z!rgm@gnu.org.Eli Zaretskii2014-08-011-0/+2
|\
| * Fixes: debbugs:18140Andreas Schwab2014-07-291-0/+2
* | * macros.c (Fstart_kbd_macro): Avoid need for overflow check.Paul Eggert2014-07-141-5/+2
* | * macros.c (Fstart_kbd_macro): Simplify.Paul Eggert2014-07-141-1/+1
* | * lisp.h (CHECK_VECTOR_OR_STRING): Return number of elementsDmitry Antipov2014-07-141-15/+11
* | Omit redundant extern decls.Paul Eggert2014-06-171-2/+0
|/
* * macros.c (Fexecute_kbd_macro): Doc fix.Lars Ingebrigtsen2014-02-081-1/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause andStefan Monnier2013-11-061-3/+3
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-2/+1
* Qcall_interactively and Qexecute_kbd_macro are now static.Paul Eggert2013-02-261-1/+1
* Prefer `message1' over `message'.Stefan Monnier2013-02-171-5/+5
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-111-1/+1
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* * keyboard.h (KSET): Remove.Paul Eggert2012-08-171-7/+8
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-131-7/+7
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-2/+2
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-2/+2
* More xmalloc and related cleanup.Paul Eggert2012-07-051-4/+2
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-0/+1
* * lisp/simple.el (execute-extended-command): Set real-this-command.Stefan Monnier2012-06-021-4/+4
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1