On 2010-02-01 11:43 +0000, Poncho wrote:
> Hello,
>
> I am using emacs22 and I understand that the current version I am
> using has no "start-file-process" function and I need to instead
> rebind C-c C-c to "start-process".  How do I go about doing this in
> my .emacs file without editing the actual elisp sources?

I don't think magit binds C-c C-c to *-process. But if you want to
replace start-file-process with start-process, do this:

  (defalias 'start-file-process 'start-process)

>
> Cheers,
> Ryan
>

Leo

Reply via email to