diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-10-03 11:04:16 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-10-03 11:04:16 +0200 |
commit | 450d94920f5abc36167beb02be909ff65a7f4111 (patch) | |
tree | 97c56fb2331f619098a89330363cdbba76d657f7 /lisp/outline.el | |
parent | 2973f91fb3de824cd21399dc5cd298d4b8be4022 (diff) | |
download | emacs-450d94920f5abc36167beb02be909ff65a7f4111.tar.gz emacs-450d94920f5abc36167beb02be909ff65a7f4111.tar.bz2 emacs-450d94920f5abc36167beb02be909ff65a7f4111.zip |
Revert "keymap.el: Ease up support for non-`kbd` formats."
This reverts commit 570a11052be6178954956a1c59c8ebcbdb77d38e.
We do not want to support several keymap formats in
`keymap-set' and friends -- the point is to have an
interface with easy-to-understand semantics that
give good feedback on valid/invalid key sequences.
Diffstat (limited to 'lisp/outline.el')
-rw-r--r-- | lisp/outline.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/outline.el b/lisp/outline.el index 388a04ed25d..93a9247f613 100644 --- a/lisp/outline.el +++ b/lisp/outline.el @@ -496,8 +496,7 @@ See the command `outline-mode' for more information on this mode." "<right-margin> <mouse-1>" 'outline-cycle "<left-margin> S-<mouse-1>" 'outline-cycle-buffer "<right-margin> S-<mouse-1>" 'outline-cycle-buffer - (key-parse-old-format outline-minor-mode-prefix) - outline-mode-prefix-map) + (key-description outline-minor-mode-prefix) outline-mode-prefix-map) (if outline-minor-mode (progn (cond |