Possible typo in cogre/srecode.el

Felician Nemeth <[email protected]> Thu, 02 Apr 2015 13:35:50 +0200
Newsgroups gmane.emacs.cedet
Message-ID <[email protected]>
Hi,

I've bumped into a possible typo.  I think the line below wasn't updated
when the directory structure changed.

Thanks,
Felicián

diff --git a/lisp/cedet/cogre/srecode.el b/lisp/cedet/cogre/srecode.el
index 57ec54e..4db8208 100644
--- a/lisp/cedet/cogre/srecode.el
+++ b/lisp/cedet/cogre/srecode.el
@@ -75,7 +75,7 @@
     ))
 
 ;;;###autoload
-(eval-after-load "srecode-map" '(cogre-srecode-setup))
+(eval-after-load "srecode/map" '(cogre-srecode-setup))
 
 ;;;###autoload
 (defun srecode-semantic-handle-:dot (dict)

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/