From 1aa19e9dc6386624c76d44f00d53be1a6ba8d57a Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Thu, 27 Feb 2014 14:18:24 -0500 Subject: Fix compilation errors. --- rt-liberation-gnus.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'rt-liberation-gnus.el') diff --git a/rt-liberation-gnus.el b/rt-liberation-gnus.el index 48ed6a9..ee9949d 100644 --- a/rt-liberation-gnus.el +++ b/rt-liberation-gnus.el @@ -1,8 +1,8 @@ ;;; rt-liberation-gnus.el --- Gnus integration for rt-liberation -;; Copyright (C) 2009, 2012 Yoni Rabkin +;; Copyright (C) 2009, 2012, 2014 Yoni Rabkin ;; -;; Authors: Yoni Rabkin +;; Authors: Yoni Rabkin ;; ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -223,7 +223,9 @@ OPTIONS association list of options. (let ((match (match-string-no-properties 1))) (when (not match) (error "no ticket number found in subject line")) - (rt-liber-display-ticket match))) + (rt-liber-browse-query + (rt-liber-compile-query + (id match))))) (provide 'rt-liberation-gnus) -- cgit v1.2.3