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

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

Re: ediff-revision automation


From: Nikolaj Schumacher
Subject: Re: ediff-revision automation
Date: Mon, 20 Oct 2008 01:06:36 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin)

tomer <tomer1levin@walla.co.il> wrote:

> it would be great if there woulb  simple way (without overide ediff-
> revision function)
> to use the default (file A: current buffer,file B: last version of
> current buffer)

Try this function:

(defun vc-ediff ()
  (interactive)
  (require 'ediff)
  (require 'vc)
  (vc-buffer-sync)
  (ediff-load-version-control)
  (ediff-vc-internal "" ""))



regards,
Nikolaj Schumacher




reply via email to

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