]> git.eshelyaron.com Git - emacs.git/commit
Fix interactive mode tagging for man and woman
authorStefan Kangas <stefan@marxist.se>
Sun, 21 Feb 2021 10:19:57 +0000 (11:19 +0100)
committerStefan Kangas <stefan@marxist.se>
Sun, 21 Feb 2021 19:09:10 +0000 (20:09 +0100)
commitff759b1d0a901e5408a9dfea6c6bc77d1ae1dbf3
treeb0b8652e4f3e06e4ade8162953fb40c7d1192eb8
parent24166be166ccda48353b395174da7e2bb1ca7659
Fix interactive mode tagging for man and woman

* lisp/man.el (man-common): New mode inheriting special-mode.
(Man-mode):
* lisp/woman.el (woman-mode): Inherit from man-common.

* lisp/man.el (man-follow, Man-update-manpage)
(Man-fontify-manpage, Man-cleanup-manpage, Man-next-section)
(Man-previous-section, Man-goto-section)
(Man-goto-see-also-section, Man-follow-manual-reference)
(Man-kill, Man-goto-page, Man-next-manpage)
(Man-previous-manpage): Change interactive mode tag to man-common.

This was discussed in:
https://lists.gnu.org/r/emacs-devel/2021-02/msg01619.html
lisp/man.el
lisp/woman.el