Fixed.
[riece] / lisp / riece-xemacs.el
index 5df81ba..b50d265 100644 (file)
      name
      `(lambda ()
        (,function ,@args))
-     (or time (current-time)) repeat)
+     time repeat)
     name))
 
 (defun riece-run-with-idle-timer (time repeat function &rest args)
@@ -137,6 +137,8 @@ If N is nil, all messages will be returned."
   (with-output-to-string
     (print-recent-messages n)))
 
+(defalias 'riece-remprop 'remprop)
+
 (provide 'riece-xemacs)
 
 ;;; riece-xemacs.el ends here