summaryrefslogtreecommitdiff
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
* Remove no-longer-needed workaround for GC bugPaul Eggert2019-08-211-3/+1
* Avoid duplicate comparison in describe_map_comparePaul Eggert2019-07-111-3/+1
* Tweak the order keystrokes are sorted in keymap listingsLars Ingebrigtsen2019-07-111-2/+4
* Simplify list creation in C codePaul Eggert2019-03-041-21/+13
* Use shortcuts for FlengthPaul Eggert2019-01-091-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-11/+9
* | Merge from origin/emacs-26Glenn Morris2018-09-281-1/+1
|\ \ | |/
| * ; Spellcheck two more documentation stringsCharles A. Roelli2018-09-251-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-09-201-1/+2
|\ \ | |/
| * More accurate docs for 'text-char-description'Eli Zaretskii2018-09-201-1/+2
* | Merge from origin/emacs-26Glenn Morris2018-09-101-7/+10
|\ \ | |/
| * Clarify documentation of functions reading character eventsEli Zaretskii2018-09-101-7/+10
* | Shrink pseudovectors a bitPaul Eggert2018-09-061-2/+2
* | * src/keymap.c: Make better use of access_keymap's functionalityStefan Monnier2018-08-291-63/+30
* | More macro renamings for bignumTom Tromey2018-08-071-55/+55
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-67/+67
* | unbind_to performance tuningPaul Eggert2018-06-291-3/+1
* | Avoid Lisp_Misc allocation if C stack sufficesPaul Eggert2018-06-141-7/+19
|/
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* 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