From ae4cbfb0515137f5e1aacf08842531602ecf5ce0 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 4 May 1998 15:49:50 +0000 Subject: [PATCH] Must add "flim" instead of "mel" to load-path. --- lisp/lpath.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4