[gnus git] branch master updated: m0-7-286-ge3fd9b4 =1= nndiary.el (nndiary-last-occurence, nndiary-next-occurence): Note that "occurrence" is misspelled
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via e3fd9b425a4c6945abade7864036fd8356f0ce70 (commit)
from badde802822b1a84eb5f63709e203fe99f293911 (commit)
- Log -----------------------------------------------------------------
commit e3fd9b425a4c6945abade7864036fd8356f0ce70
Author: Paul Eggert <[email protected]>
Date: Mon Jan 13 22:40:36 2014 +0000
nndiary.el (nndiary-last-occurence, nndiary-next-occurence): Note that "occurrence" is misspelled
diff --git a/lisp/nndiary.el b/lisp/nndiary.el
index 20a4c19..3453e91 100644
--- a/lisp/nndiary.el
+++ b/lisp/nndiary.el
@@ -1314,6 +1314,8 @@ all. This may very well take some time.")
res))
(sort res 'time-less-p)))
+;; FIXME: "occurrence" is misspelled in this function name.
+
(defun nndiary-last-occurence (sched)
;; Returns the last occurrence of schedule SCHED as an Emacs time struct, or
;; nil for permanent schedule or errors.
@@ -1394,6 +1396,8 @@ all. This may very well take some time.")
nil))
))))
+;; FIXME: "occurrence" is misspelled in this function name.
+
(defun nndiary-next-occurence (sched now)
;; Returns the next occurrence of schedule SCHED, starting from time NOW.
;; If there's no next occurrence, returns the last one (if any) which is then
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/nndiary.el | 4 ++++
1 file changed, 4 insertions(+)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project