From 678f6c08cd65379c585972ae991f9c5ae6cd0459 Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 27 Aug 1999 07:09:14 +0000 Subject: [PATCH] Require `poe'. --- path-util.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/path-util.el b/path-util.el index 276d35f..15f33b7 100644 --- a/path-util.el +++ b/path-util.el @@ -24,6 +24,8 @@ ;;; Code: +(require 'poe) + (defvar default-load-path load-path "*Base of `load-path'. It is used as default value of target path to search file or -- 1.7.10.4