From 9e318586fc4acaa50094185683384b9e42716b7f Mon Sep 17 00:00:00 2001 From: Yasuyuki Oka Date: Sun, 5 Jan 2014 20:39:57 +0900 Subject: [PATCH] Add footer line to simple-rtm.el --- lisp/simple-rtm.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/simple-rtm.el b/lisp/simple-rtm.el index 9641eac..b79d3be 100644 --- a/lisp/simple-rtm.el +++ b/lisp/simple-rtm.el @@ -1344,3 +1344,5 @@ The mode line will be updated automatically when a task is modified." (simple-rtm--update-mode-line-string))) (provide 'simple-rtm) + +;;; simple-rtm.el ends here