projects
/
elisp
/
riece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b69a2c0
)
* riece-xemacs.el (riece-run-at-time): Accept nil as the current-time.
author
ueno
<ueno>
Fri, 4 Feb 2005 02:58:11 +0000
(
02:58
+0000)
committer
ueno
<ueno>
Fri, 4 Feb 2005 02:58:11 +0000
(
02:58
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/riece-xemacs.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
1ef82a7
..
fee5cbb
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,7
@@
2005-02-04 Daiki Ueno <ueno@unixuser.org>
+ * riece-xemacs.el (riece-run-at-time): Accept nil as the current-time.
+
* riece-compat.el (riece-read-passwd): Changed default value.
* riece-400.el (riece-handle-475-message): Don't bind inhibit-quit
diff --git
a/lisp/riece-xemacs.el
b/lisp/riece-xemacs.el
index
70735ac
..
5df81ba
100644
(file)
--- a/
lisp/riece-xemacs.el
+++ b/
lisp/riece-xemacs.el
@@
-100,7
+100,7
@@
name
`(lambda ()
(,function ,@args))
- time repeat)
+ (or time (current-time)) repeat)
name))
(defun riece-run-with-idle-timer (time repeat function &rest args)