diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-02-04 08:12:22 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-02-04 08:12:22 +0100 |
commit | b01ee9a1142377b1c984998f7af8b3c7fc142859 (patch) | |
tree | 1a3cd18dee5d9b5dbc5deb88df9d47fc4bae49bb /lisp/man.el | |
parent | 7febfe1c2bad173a9d89a667738be081e74e639f (diff) | |
download | emacs-b01ee9a1142377b1c984998f7af8b3c7fc142859.tar.gz emacs-b01ee9a1142377b1c984998f7af8b3c7fc142859.tar.bz2 emacs-b01ee9a1142377b1c984998f7af8b3c7fc142859.zip |
* lisp/man.el (Man-notify-method): Remove Emacs 19.28 compat code.
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/man.el b/lisp/man.el index eb383a8439d..1fded38e72d 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -97,8 +97,6 @@ :group 'external :group 'help) -(defvar Man-notify) - (defcustom Man-filter-list nil "Manpage cleaning filter command phrases. This variable contains a list of the following form: @@ -149,8 +147,7 @@ the manpage buffer." (ansi-color-make-color-map)) "The value used here for `ansi-color-map'.") -;; Use the value of the obsolete user option Man-notify, if set. -(defcustom Man-notify-method (if (boundp 'Man-notify) Man-notify 'friendly) +(defcustom Man-notify-method 'friendly "Selects the behavior when manpage is ready. This variable may have one of the following values, where (sf) means that the frames are switched, so the manpage is displayed in the frame |