[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 3758 - trunk

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-11-12 17:58:29 CET

kfogel@tigris.org writes:
> * HACKING: Oops, change the recommended name of the find-file hook, as
> it conflicted with the one already in svn-dev.el.

Emacs users, please take note. You'll probably want to do the same
thing in your .emacs files...

-K

> Modified: trunk/HACKING
> ==============================================================================
> --- trunk/HACKING (original)
> +++ trunk/HACKING Tue Nov 12 10:21:05 2002
> @@ -383,13 +383,13 @@
> so you get svn-dev.el and svnbook.el when needed:
>
> ;;; Begin Subversion development section
> - (defun svn-find-file-hook ()
> + (defun my-find-file-hook ()
> (if (string-match "projects/svn/" buffer-file-name)
> (load "~/projects/svn/tools/dev/svn-dev"))
> (if (string-match "projects/svn/doc/book" buffer-file-name)
> (load "~/projects/svn/doc/book/tools/svnbook")))
>
> - (add-hook 'find-file-hooks 'svn-find-file-hook)
> + (add-hook 'find-file-hooks 'my-find-file-hook)
> ;;; End Subversion development section
>
> You'll need to customize the paths for your setup, of course.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 12 18:32:40 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.