From: morioka Date: Mon, 4 May 1998 15:49:50 +0000 (+0000) Subject: Must add "flim" instead of "mel" to load-path. X-Git-Tag: gnus-6_7-tomo-199811302358~28 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ae4cbfb0515137f5e1aacf08842531602ecf5ce0;p=elisp%2Fgnus.git- Must add "flim" instead of "mel" to load-path. --- diff --git a/lisp/lpath.el b/lisp/lpath.el index ebd9174..b4b458c 100644 --- a/lisp/lpath.el +++ b/lisp/lpath.el @@ -5,7 +5,7 @@ (or (featurep 'path-util) (load "apel/path-util")) (add-path "apel") -(add-path "mel") +(add-path "flim") (add-path "semi") (defun maybe-fbind (args)