You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Kalle Olavi Niemitalo <ko...@iki.fi> on 2006/07/13 22:32:01 UTC

Re: svn commit: r20647 - trunk/contrib/client-side/psvn

xsteve@tigris.org writes:

> Implemented svn-status-diff-update
>
> * trunk/contrib/client-side/psvn/psvn.el:
>   (svn-status-diff-update): New function that allows to update the content
>     of a displayed *svn-diff* buffer. That function is bound to g in the 
>     *svn-diff* buffer.

I think it would be more in the style of Emacs to
(setq revert-buffer-function 'svn-status-diff-update), and
then bind g to revert-buffer.  This is what dired-mode and
Buffer-menu-mode do.