From ece8c1307acc2b5d15babfc99cbcf2367945e95b Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 1 Mar 2021 20:48:20 +0100 Subject: [PATCH] Fix woman.el menu alteration code * lisp/woman.el (woman-dired-define-keys): Fix naming of menu after dired menu changes. --- lisp/woman.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/woman.el b/lisp/woman.el index d4f7e8c0db7..0a9f3665eb6 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -1523,7 +1523,7 @@ Also make each path-info component into a list. (mapc 'woman-dired-define-key woman-dired-keys) (woman-dired-define-key-maybe "w") (woman-dired-define-key-maybe "W"))) - (define-key-after (lookup-key dired-mode-map [menu-bar immediate]) + (define-key-after (lookup-key dired-mode-map [menu-bar Immediate]) [woman] '("Read Man Page (WoMan)" . woman-dired-find-file) 'view)) (if (featurep 'dired) -- 2.39.2