From 450d94920f5abc36167beb02be909ff65a7f4111 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 3 Oct 2022 11:04:16 +0200 Subject: 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. --- lisp/outline.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lisp/outline.el') 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." " " 'outline-cycle " S-" 'outline-cycle-buffer " S-" '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 -- cgit v1.2.1