aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-15/+16
* use guile-snarf for subr definitionBT Templeton2015-04-181-32/+2
* use xmalloc_unsafe in current_minor_mapsBT Templeton2015-04-181-4/+4
* * 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
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-1/+1
* * keymap.c (push_key_description): Print M-TAB as C-M-i.Chong Yidong2012-09-021-2/+9
* Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-281-3/+1
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-1/+1
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-1/+1
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-3/+3
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-3/+3
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-1/+1
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-3/+2
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-3/+3
* Fixes: debbugs:12090Andreas Schwab2012-07-301-1/+1
* Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-271-2/+2
* Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-271-17/+16
* Autoload more carefully from Lisp. Follow aliases for function properties.Stefan Monnier2012-07-251-2/+2
* Use zero_vector where appropriate.Dmitry Antipov2012-07-151-3/+1
* Optimize pure C strings initialization.Dmitry Antipov2012-07-101-5/+5
* More xmalloc and related cleanup.Paul Eggert2012-07-051-3/+3
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-3/+0
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Merge from emacs-24; up to 2012-04-24T21:47:[email protected]Chong Yidong2012-05-311-3/+5
|\