aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Split safe_call between redisplay and non-redisplay versionsStefan Monnier2023-12-231-1/+1
* | Rename describe-map-tree to help--describe-map-treeStefan Kangas2023-09-171-12/+12
* | Merge from origin/emacs-29Eli Zaretskii2023-08-041-1/+5
|\ \ | |/
| * Fix "Paste from Kill Menu" in non X toolkit buildsEli Zaretskii2023-08-041-1/+5
* | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-3/+3
|/
* Avoid crashes in 'describe-keymap' due to shadowingEli Zaretskii2023-04-161-7/+12
* Don't add a key binding when REMOVE is non-nilRobert Pluim2023-03-171-15/+16
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* * src/keymap.c (Fcopy_keymap): Document using defvar-keymap.Stefan Kangas2022-07-041-2/+8
* Filter out NS non-key events from `where-is-internal'Lars Ingebrigtsen2022-06-181-2/+12
* Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-121-7/+8
* Make :filters run in the correct buffer in describe-buffer-bindingsLars Ingebrigtsen2022-04-171-10/+10
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-3/+3
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
| * Avoid signaling errors in lookup-keyEli Zaretskii2021-10-311-16/+22
| * Avoid assertion violations in 'lookup-key'Eli Zaretskii2021-10-281-2/+2
| * Be more allowing when looking for menu-bar itemsStefan Kangas2021-10-281-21/+59
* | Fix compilation error in previous keymap.c changeLars Ingebrigtsen2021-11-161-2/+2
* | Add new 'keymap-*' functionsLars Ingebrigtsen2021-11-161-8/+8
* | Allow removing keymap definitionsLars Ingebrigtsen2021-11-161-15/+43
* | Include the major mode name in the `C-h b' outputLars Ingebrigtsen2021-11-011-1/+4
* | Avoid signaling errors in lookup-keyEli Zaretskii2021-10-311-27/+39
* | Fix bootstrapping broken by a recent changeEli Zaretskii2021-10-291-0/+3
* | Be more allowing when looking for menu-bar itemsStefan Kangas2021-10-281-21/+140
* | Merge from origin/emacs-28Glenn Morris2021-10-241-0/+3
|\ \ | |/
| * Refer to the info node on keymaps in map-keymap docstringStefan Kangas2021-10-241-0/+3
* | Make `lookup-key' understand the new key sequence syntaxLars Ingebrigtsen2021-10-191-15/+25
* | Support a new ["..."] key binding syntaxLars Ingebrigtsen2021-10-171-0/+19
* | define-key doc string improvementLars Ingebrigtsen2021-10-141-1/+3
|/
* Fix performance degradation in commands that describe key bindingsEli Zaretskii2021-09-181-22/+39
* * src/minibuf.c (Fread_no_blanks_input): Move to `minibuffer.el`Stefan Monnier2021-04-201-6/+0
* Add new face 'help-key-binding' for keybindings in helpStefan Kangas2021-03-081-2/+23
* Remove another variable obsolete since Emacs 23.2Stefan Kangas2021-02-011-9/+0
* Lift {global,local}-key-binding to LispStefan Kangas2021-01-131-35/+0
* Lift define-prefix-command to LispStefan Kangas2021-01-081-23/+0
* Pretty-print keys without <> around modifiers (bug#45536)Mattias Engdegård2021-01-051-5/+15
* * lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier2021-01-041-28/+0
* * lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier2021-01-041-7/+0
* * lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier2021-01-041-14/+1
* Fix backslash mistakes in doc strings in C codeMattias Engdegård2021-01-021-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Minor cleanup in keymap.cStefan Kangas2020-12-301-136/+72
* Convert apropos-internal from C to Lisp (Bug#44529)Stefan Kangas2020-12-191-39/+0
* Say which command shadows a key bindingStefan Kangas2020-11-221-1/+7
* Don't shadow bindings by the same commandStefan Kangas2020-11-221-1/+1
* Don't show key ranges if shadowed by different commandsStefan Kangas2020-11-221-4/+18
* Fix mistake in describe-buffer-bindingsStefan Kangas2020-11-121-1/+1