aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-25Replace QUIT with maybe_quitPaul Eggert1-6/+6
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-09-30Limit <config.h>’s includesPaul Eggert1-0/+1
2016-06-15Advertize set-keymap-parent as replacement for copy-keymapStefan Monnier1-2/+12
2016-05-01Doc fixLars Ingebrigtsen1-4/+6
2016-04-30Doc fixLars Ingebrigtsen1-4/+6
2016-04-04New C macro AUTO_STRING_WITH_LENPaul Eggert1-1/+1
2016-03-10Rework C source files to avoid ^(Paul Eggert1-5/+5
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-11-09Fix assertion violation in define-keyEli Zaretskii1-1/+3
2015-11-08Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert1-2/+3
2015-10-20Include-file cleanup for src directoryPaul Eggert1-2/+0
2015-10-10CHECK_IMPURE and PURE_P speedupPaul Eggert1-5/+5
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert1-3/+3
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert1-69/+13
2015-06-08Avoid crashes when key-binding is called from a timerEli Zaretskii1-4/+8
2015-05-31Remove unused DEFSYMsPaul Eggert1-3/+0
2015-05-21Don't quote nil and t in doc stringsPaul Eggert1-2/+2
2015-02-21Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert1-2/+2
2015-01-25Count MANY function args more reliablyPaul Eggert1-3/+2
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-11/+8
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-10-12Spelling fixes.Paul Eggert1-4/+4
2014-10-09Enhance terpri to allow conditionally output a newlineLeo Liu1-1/+1
2014-09-30Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert1-8/+13
2014-09-29Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert1-3/+3
2014-09-29Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov1-2/+0
2014-09-24Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert1-1/+4
2014-09-24* chartab.c (uniprop_encode_value_numeric):Dmitry Antipov1-5/+1
2014-09-15If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov1-3/+3
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert1-7/+11
2014-07-14* lisp.h (CHECK_VECTOR_OR_STRING): Return number of elementsDmitry Antipov1-6/+2
2014-07-01* doc/lispref/keymaps.texi (Key Lookup): Remove mention of indirect entries.Stefan Monnier1-39/+3
2014-06-12* src/keymap.c (silly_event_symbol_error): Don't recommend the use of strings.Stefan Monnier1-3/+1
2014-04-05Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert1-1/+1
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-12-25Doc updates for several Emacs 24.4 changes.Chong Yidong1-1/+1
2013-11-16Fix bug #15907 with crashes due to after-change-functions.Eli Zaretskii1-2/+5
2013-08-10Omit some unnecessary casts.Paul Eggert1-2/+1
2013-07-18Fix obscure porting bug with varargs functions.Paul Eggert1-2/+2
2013-07-15Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert1-16/+15
2013-07-01Don't convert function pointers to void * and back.Paul Eggert1-3/+3
2013-06-16Use functions, not macros, for XINT etc.Paul Eggert1-0/+6
2013-06-04* src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings):Stefan Monnier1-18/+27
2013-04-01Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert1-1/+1
2013-03-28* window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov1-3/+3
2013-03-24Reorder conditions that are written backwardsAndreas Schwab1-1/+1
2013-03-21Use functions and constants to manipulate Lisp_Save_Value objects.Paul Eggert1-1/+2
2013-03-13Static checking by Sun C 5.12.Paul Eggert1-2/+2