From: <suc...@us...> - 2006-08-22 19:05:50
|
Revision: 189 Author: sucknblow Date: 2006-08-22 12:05:46 -0700 (Tue, 22 Aug 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=189&view=rev Log Message: ----------- Fix behaviour for working with other projects Modified Paths: -------------- trunk/scripts/emacs/pmp-emacs.el Modified: trunk/scripts/emacs/pmp-emacs.el =================================================================== --- trunk/scripts/emacs/pmp-emacs.el 2006-08-18 23:19:21 UTC (rev 188) +++ trunk/scripts/emacs/pmp-emacs.el 2006-08-22 19:05:46 UTC (rev 189) @@ -37,9 +37,9 @@ (with-temp-buffer ;; We can probably find the repo url in the first 300 chars (insert-file-contents entries t) - (search-forward "<entry" nil nil) - (search-forward "<entry" nil nil) - (search-backward "sourceforge.net/svnroot/pmplib" nil nil)))))) + (search-forward "<entry" nil t) + (search-forward "<entry" nil t) + (search-backward "sourceforge.net/svnroot/pmplib" nil t)))))) ;; Pick a suitable dictionary This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |