]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove some compat code from woman.el
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 18 Aug 2020 21:05:22 +0000 (23:05 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 18 Aug 2020 21:19:09 +0000 (23:19 +0200)
* lisp/woman.el (woman-fontify): Don't check for functions always
defined.

lisp/woman.el

index c0e27c570772a1e3a7262101ae64ced7be8f8196..891a1263ace962df73c8c65cf186f0fb7ff45e92 100644 (file)
@@ -914,8 +914,8 @@ Troff emulation is experimental and largely untested.
   :group 'faces)
 
 (defcustom woman-fontify
-  (or (and (fboundp 'display-color-p) (display-color-p))
-      (and (fboundp 'display-graphic-p) (display-graphic-p))
+  (or (display-color-p)
+      (display-graphic-p)
       (x-display-color-p))
   "If non-nil then WoMan assumes that face support is available.
 It defaults to a non-nil value if the display supports either colors