Commit Katsumi Yamaoka's patch.
[gnus] / lisp / dgnushack.el
index 2005ee2..f20cdf8 100644 (file)
@@ -31,6 +31,8 @@
 
 (require 'cl)
 
+(defvar srcdir (or (getenv "srcdir") "."))
+
 (push (or (getenv "lispdir") 
          "/usr/share/emacs/site-lisp")
       load-path)
 
 (require 'bytecomp)
 
-(defvar srcdir (or (getenv "srcdir") "."))
-
 (push srcdir load-path)
 ;(push "/usr/share/emacs/site-lisp" load-path)
 (load (expand-file-name "lpath.el" srcdir) nil t)