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-multi.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'rt-liberation-multi.el') diff --git a/rt-liberation-multi.el b/rt-liberation-multi.el index 3e9c208..1faa682 100644 --- a/rt-liberation-multi.el +++ b/rt-liberation-multi.el @@ -1,8 +1,8 @@ ;;; rt-liberation-multi.el --- Free from RT -;; Copyright (C) 2010 Yoni Rabkin +;; Copyright (C) 2010, 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 @@ -31,7 +31,8 @@ (((type tty) (class mono)) (:inverse-video t)) (t (:background "Red"))) - "Face for marked tickets in browser buffer.") + "Face for marked tickets in browser buffer." + :group 'rt-liberation) (defvar rt-liber-marked-tickets nil "Marked tickets (becomes ticket-browser buffer local).") -- cgit v1.2.3