help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Calling function as if it had a C-u prefix


From: Michael Heerdegen
Subject: Re: Calling function as if it had a C-u prefix
Date: Fri, 27 Feb 2015 22:44:30 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Drew Adams <drew.adams@oracle.com> writes:

> Sometimes a function does not pass the prefix arg as a parameter, but
> typically functions do, and the advice above should be sufficient.

Should work.  `org-clock-in' uses (interactive "P"), so

    (org-clock-in '(4))

should do it.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]