summaryrefslogtreecommitdiff
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Add an optional testfn parameter to assocNicolas Petton2017-07-111-1/+1
* Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-181-1/+1
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-6/+6
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Doc fixLars Ingebrigtsen2016-05-011-4/+6
* | Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* | Advertize set-keymap-parent as replacement for copy-keymapStefan Monnier2016-06-151-2/+12
* | Doc fixLars Ingebrigtsen2016-04-301-4/+6
* | New C macro AUTO_STRING_WITH_LENPaul Eggert2016-04-041-1/+1
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-5/+5
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix assertion violation in define-keyEli Zaretskii2015-11-091-1/+3
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-081-2/+3
* Include-file cleanup for src directoryPaul Eggert2015-10-201-2/+0
* CHECK_IMPURE and PURE_P speedupPaul Eggert2015-10-101-5/+5
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-3/+3
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-69/+13
* Avoid crashes when key-binding is called from a timerEli Zaretskii2015-06-081-4/+8
* Remove unused DEFSYMsPaul Eggert2015-05-311-3/+0
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-2/+2
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-2/+2
* Count MANY function args more reliablyPaul Eggert2015-01-251-3/+2
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-11/+8
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Spelling fixes.Paul Eggert2014-10-121-4/+4
* Enhance terpri to allow conditionally output a newlineLeo Liu2014-10-091-1/+1
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-8/+13
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-3/+3
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-2/+0
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-1/+4
* * chartab.c (uniprop_encode_value_numeric):Dmitry Antipov2014-09-241-5/+1
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-151-3/+3
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-7/+11
* * lisp.h (CHECK_VECTOR_OR_STRING): Return number of elementsDmitry Antipov2014-07-141-6/+2
* * doc/lispref/keymaps.texi (Key Lookup): Remove mention of indirect entries.Stefan Monnier2014-07-011-39/+3
* * src/keymap.c (silly_event_symbol_error): Don't recommend the use of strings.Stefan Monnier2014-06-121-3/+1
* Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Doc updates for several Emacs 24.4 changes.Chong Yidong2013-12-251-1/+1
* Fix bug #15907 with crashes due to after-change-functions.Eli Zaretskii2013-11-161-2/+5
* Omit some unnecessary casts.Paul Eggert2013-08-101-2/+1
* Fix obscure porting bug with varargs functions.Paul Eggert2013-07-181-2/+2
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-16/+15
* Don't convert function pointers to void * and back.Paul Eggert2013-07-011-3/+3
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-161-0/+6
* * src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings):Stefan Monnier2013-06-041-18/+27
* Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-011-1/+1