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