You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Karl Fogel <kf...@newton.ch.collab.net> on 2002/11/12 16:58:29 UTC

Re: svn commit: rev 3758 - trunk

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