emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b01ee9a: * lisp/man.el (Man-notify-method): Remove Emacs 19.28 co


From: Stefan Kangas
Subject: master b01ee9a: * lisp/man.el (Man-notify-method): Remove Emacs 19.28 compat code.
Date: Thu, 4 Feb 2021 02:12:37 -0500 (EST)

branch: master
commit b01ee9a1142377b1c984998f7af8b3c7fc142859
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/man.el (Man-notify-method): Remove Emacs 19.28 compat code.
---
 lisp/man.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/lisp/man.el b/lisp/man.el
index eb383a84..1fded38 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]