From: Lars Ingebrigtsen Date: Mon, 1 Mar 2021 19:48:20 +0000 (+0100) Subject: Fix woman.el menu alteration code X-Git-Tag: emacs-28.0.90~3476 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ece8c1307acc2b5d15babfc99cbcf2367945e95b;p=emacs.git Fix woman.el menu alteration code * lisp/woman.el (woman-dired-define-keys): Fix naming of menu after dired menu changes. --- 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)