summaryrefslogtreecommitdiff
path: root/jabber-ratpoison.el
diff options
context:
space:
mode:
authorcontrapunctus <contrapunctus@disroot.org>2021-03-14 19:53:13 +0530
committercontrapunctus <contrapunctus@disroot.org>2021-03-14 19:57:43 +0530
commita31d7920d7f93571f7e38a88c0d5f5606d951633 (patch)
treebfcc68e46b41f06f4ff624bc08605cbf76d8f63a /jabber-ratpoison.el
parentd67762d2ea15171d9d5ee9501b029a458f402c69 (diff)
Remove external notifiers from main file
Diffstat (limited to 'jabber-ratpoison.el')
-rw-r--r--jabber-ratpoison.el4
1 files changed, 2 insertions, 2 deletions
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)