mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix woman.el menu alteration code
* lisp/woman.el (woman-dired-define-keys): Fix naming of menu after dired menu changes.
This commit is contained in:
parent
4d35faa1db
commit
ece8c1307a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue