]> git.eshelyaron.com Git - emacs.git/commit
Add a new command for mode-specific commands
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 20 Feb 2021 14:12:45 +0000 (15:12 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 20 Feb 2021 14:12:45 +0000 (15:12 +0100)
commite3e3133f800cf4395dc4594b791276498e426c34
tree897f42f9577bd8363f594f8eb1332f7bb016f352
parent12578d6aca2cc7182afdd070aa31c7aff6a3add8
Add a new command for mode-specific commands

* doc/lispref/commands.texi (Interactive Call): Document it.
* lisp/simple.el (command-completion-using-modes-p): Refactored
out into its own function for reuse...
(command-completion-default-include-p): ... from here.
(execute-extended-command-for-buffer): New command and keystroke
(`M-S-x').
doc/lispref/commands.texi
etc/NEWS
lisp/simple.el
lisp/subr.el