(emh-setup-mh-draft-setting): Call `eword-decode-header' before
[elisp/emh.git] / EMH-CFG
diff --git a/EMH-CFG b/EMH-CFG
index 12679fd..461b704 100644 (file)
--- a/EMH-CFG
+++ b/EMH-CFG
       (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-path "custom")
+(add-latest-path "custom")
 (add-path "flim")
 (add-path "semi")