|
| From: | Stefan Monnier |
| Subject: | Re: emacs C question |
| Date: | Thu, 25 Sep 2003 18:37:13 GMT |
| User-agent: | Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
>> Otherwise, obviously, you could call Ffind_file from C.
There's no such function because it's defined in elisp, not in C.
But you can do
call1 (intern ("find-file-other-window"), file);
-- Stefan
| [Prev in Thread] | Current Thread | [Next in Thread] |