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:
4619e75
)
Undo the last change.
author
ueno
<ueno>
Fri, 4 Feb 2005 03:01:08 +0000
(
03:01
+0000)
committer
ueno
<ueno>
Fri, 4 Feb 2005 03:01:08 +0000
(
03:01
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/riece-xemacs.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
aa30ad0
..
bd8f3d5
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-2,8
+2,6
@@
* riece-toolbar.el (riece-toolbar-items): Add riece-submit-bug-report.
- * 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
5df81ba
..
70735ac
100644
(file)
--- a/
lisp/riece-xemacs.el
+++ b/
lisp/riece-xemacs.el
@@
-100,7
+100,7
@@
name
`(lambda ()
(,function ,@args))
- (or time (current-time)) repeat)
+ time repeat)
name))
(defun riece-run-with-idle-timer (time repeat function &rest args)