(emh-setup-mh-draft-setting): Call `eword-decode-header' before
[elisp/emh.git] / EMH-CFG
diff --git a/EMH-CFG b/EMH-CFG
index e8671f2..461b704 100644 (file)
--- a/EMH-CFG
+++ b/EMH-CFG
 (add-to-list 'load-path
             (expand-file-name "." data-directory))
 
-(when (boundp 'LISPDIR)
-  (add-to-list 'default-load-path LISPDIR)
-  (add-to-list 'load-path LISPDIR)
-  (add-to-list 'load-path (expand-file-name "apel" LISPDIR))
-  )
+(if (boundp 'LISPDIR)
+    (progn
+      (add-to-list 'default-load-path LISPDIR)
+      (add-to-list 'load-path LISPDIR)
+      (add-to-list 'load-path (expand-file-name "apel" LISPDIR))
+      ))
+
+(defvar VERSION_SPECIFIC_LISPDIR nil)
+
+(if VERSION_SPECIFIC_LISPDIR
+    (add-to-list 'load-path VERSION_SPECIFIC_LISPDIR))
 
 (condition-case nil
     (require 'install)
   (error (error "Please install APEL 8.2 or later.")))
 
+(add-latest-path "custom")
 (add-path "flim")
 (add-path "semi")