aboutsummaryrefslogtreecommitdiff
path: root/stack-question.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-11-06 18:40:26 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-11-06 18:40:26 +0000
commit0d59cd54c84b1245d0dd0ea25ff49d7abd5e60b7 (patch)
tree9a2a25d32bf6ad2d0501d0d4f7bfb34721e111c8 /stack-question.el
parent9fe6cf49f0a01aa27014d565765538f90219e103 (diff)
parentfb64417863367cf33ae80f2e8d10d67f588c1c0b (diff)
Merge pull request #30 from vermiculus/question-list-live-data
Question list live data
Diffstat (limited to 'stack-question.el')
-rw-r--r--stack-question.el4
1 files changed, 4 insertions, 0 deletions
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 `<'."