Fixed, thanks.

- Carsten

On Dec 1, 2009, at 8:46 PM, Richard KLINDA wrote:

In org-clock.el there is a call to read-char with 3 arguments, but
XEmacs's version only takes 0 arguments, so it signals error (upon using
org-clock-in, for example).

,----
|             (let (char-pressed)
|               (while (null char-pressed)
|                 (setq char-pressed
|                       (read-char (concat (funcall prompt-fn clock)
|                                          " [(kK)eep (sS)ubtract (C)ancel]? ")
|                                  nil 45)))
|               char-pressed))))
`----

--
Udv, Richard


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten





_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to