From 35dc5c5a572a1fbf8e21195f98b3089f22c68775 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Thu, 6 Nov 2014 08:59:27 +0000 Subject: Add mode-line information to the question list --- stack-question.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stack-question.el') diff --git a/stack-question.el b/stack-question.el index 9858391..9fd5fcc 100644 --- a/stack-question.el +++ b/stack-question.el @@ -58,6 +58,10 @@ ;; @TODO: (cl-evenp (random))) +(defun stack-question--mark-read (question) + "Mark QUESTION as being read, until it is updated again." + nil) + (defun stack-question--< (property x y &optional pred) "Non-nil if PROPERTY attribute of question X is less than that of Y. With optional argument predicate, use it instead of `<'." -- cgit v1.2.3