summaryrefslogtreecommitdiff
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-3/+3
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-1/+1
* Use functions and constants to manipulate Lisp_Save_Value objects.Paul Eggert2013-03-211-1/+2
* Static checking by Sun C 5.12.Paul Eggert2013-03-131-2/+2
* Clean up read_key_sequence a bit; reread active keymaps after first event.Stefan Monnier2013-02-111-3/+3
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-171-1/+1
* * keymap.c (map_keymap_internal): Use format_save_value.Dmitry Antipov2013-01-151-10/+5
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-151-2/+2
* Avoid needless casts with XSAVE_POINTER.Paul Eggert2013-01-141-2/+1
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-141-2/+2
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* * src/keymap.c (Fkey_description): Doc fix.Glenn Morris2012-12-311-1/+1
* keyboard.c, keymap.c: Use bool for booleans.Paul Eggert2012-10-101-82/+77
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-2/+2