Initial revision
[gnus] / lisp / dgnushack.el
1 ;; Is this really the only way to set the load path? Seems awfully
2 ;; kludgy to load this file and run this function just to do something
3 ;; as simple as that... Anyways, it won't be in the production code,
4 ;; so who cares?
5
6 (defun dgnushack () 
7   (setq load-path (cons "." load-path)))
8   
9