]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove compat code from gnus-agent.el
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 13 Feb 2016 05:42:40 +0000 (16:42 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 13 Feb 2016 05:42:40 +0000 (16:42 +1100)
* lisp/gnus/gnus-agent.el (gnus-agent-make-mode-line-string):
Remove compat code.

lisp/gnus/gnus-agent.el

index 11f93a29a1f58ba2a102d7c96dc4e37a3371ddcc..b35847bae6b664dad1b9203ba2352dc8f4b223a2 100644 (file)
@@ -547,12 +547,9 @@ manipulated as follows:
        ["Remove" gnus-agent-remove-server t]))))
 
 (defun gnus-agent-make-mode-line-string (string mouse-button mouse-func)
-  (if (and (fboundp 'propertize)
-          (fboundp 'make-mode-line-mouse-map))
-      (propertize string 'local-map
-                 (make-mode-line-mouse-map mouse-button mouse-func)
-                 'mouse-face 'mode-line-highlight)
-    string))
+  (propertize string 'local-map
+             (make-mode-line-mouse-map mouse-button mouse-func)
+             'mouse-face 'mode-line-highlight))
 
 (defun gnus-agent-toggle-plugged (set-to)
   "Toggle whether Gnus is unplugged or not."