diff options
| author | Lars Ingebrigtsen | 2021-03-01 20:48:20 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-03-01 20:48:20 +0100 |
| commit | ece8c1307acc2b5d15babfc99cbcf2367945e95b (patch) | |
| tree | 15356d3b39fed53306c92e91ba40e93a9bce3d43 | |
| parent | 4d35faa1dbb430f87aa9d6f6b27ee9adeb343906 (diff) | |
| download | emacs-ece8c1307acc2b5d15babfc99cbcf2367945e95b.tar.gz emacs-ece8c1307acc2b5d15babfc99cbcf2367945e95b.zip | |
Fix woman.el menu alteration code
* lisp/woman.el (woman-dired-define-keys): Fix naming of menu
after dired menu changes.
| -rw-r--r-- | lisp/woman.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
| 1523 | (mapc 'woman-dired-define-key woman-dired-keys) | 1523 | (mapc 'woman-dired-define-key woman-dired-keys) |
| 1524 | (woman-dired-define-key-maybe "w") | 1524 | (woman-dired-define-key-maybe "w") |
| 1525 | (woman-dired-define-key-maybe "W"))) | 1525 | (woman-dired-define-key-maybe "W"))) |
| 1526 | (define-key-after (lookup-key dired-mode-map [menu-bar immediate]) | 1526 | (define-key-after (lookup-key dired-mode-map [menu-bar Immediate]) |
| 1527 | [woman] '("Read Man Page (WoMan)" . woman-dired-find-file) 'view)) | 1527 | [woman] '("Read Man Page (WoMan)" . woman-dired-find-file) 'view)) |
| 1528 | 1528 | ||
| 1529 | (if (featurep 'dired) | 1529 | (if (featurep 'dired) |