From ec3b4a3e17673e1139bee9aae287811b297c2d11 Mon Sep 17 00:00:00 2001 From: jorton Date: Thu, 28 May 2009 10:50:55 +0000 Subject: [PATCH] - add psvn-init.el --- psvn-init.el | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 psvn-init.el diff --git a/psvn-init.el b/psvn-init.el new file mode 100644 index 0000000..cbe7cc3 --- /dev/null +++ b/psvn-init.el @@ -0,0 +1,3 @@ +(defalias 'svn-examine 'svn-status) +(autoload 'svn-status "psvn" "Examine the status of Subversion working copy in +directory DIR.")