From a31d7920d7f93571f7e38a88c0d5f5606d951633 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Sun, 14 Mar 2021 19:53:13 +0530 Subject: Remove external notifiers from main file --- jabber-ratpoison.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jabber-ratpoison.el') diff --git a/jabber-ratpoison.el b/jabber-ratpoison.el index 8ac05a1..09d5516 100644 --- a/jabber-ratpoison.el +++ b/jabber-ratpoison.el @@ -18,7 +18,7 @@ ;; along with this program; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -(eval-when-compile (require 'jabber-alert)) +(eval-when-compile (require 'jabber)) (defun jabber-ratpoison-message (text &optional title) "Show MSG in Ratpoison" @@ -27,7 +27,7 @@ (let ((process-connection-type)) (call-process "ratpoison" nil 0 nil "-c" (concat "echo " (or title text)))) (error nil))) - + (define-jabber-alert ratpoison "Show a message through the Ratpoison window manager" 'jabber-ratpoison-message) -- cgit v1.2.3