diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-06 08:59:27 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-06 08:59:27 +0000 |
commit | 35dc5c5a572a1fbf8e21195f98b3089f22c68775 (patch) | |
tree | 01883d917f8e40b9d250c3bf40cea949f026438c /stack-question.el | |
parent | 556fde7052a4e6a9f0546c1a1c186fe13c412086 (diff) |
Add mode-line information to the question list
Diffstat (limited to 'stack-question.el')
-rw-r--r-- | stack-question.el | 4 |
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 `<'." |