summaryrefslogtreecommitdiff
path: root/rt-liberation-multi.el
diff options
context:
space:
mode:
authorYoni Rabkin <yonirabkin@member.fsf.org>2014-02-27 14:18:24 -0500
committerYoni Rabkin <yonirabkin@member.fsf.org>2014-02-27 14:18:24 -0500
commit1aa19e9dc6386624c76d44f00d53be1a6ba8d57a (patch)
tree417486831fc2112383d98cd8f3c78bbf3cc79b37 /rt-liberation-multi.el
parent146b0ed187177fb15723d1c243acc6ed35eba69f (diff)
Fix compilation errors.
Diffstat (limited to 'rt-liberation-multi.el')
-rw-r--r--rt-liberation-multi.el7
1 files changed, 4 insertions, 3 deletions
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 <yonirabkin@member.fsf.org>
+;; Authors: Yoni Rabkin <yrk@gnu.org>
;;
;; 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).")