From ff451a1df550ce986d3bf192ddbc3a2866ac2019 Mon Sep 17 00:00:00 2001 From: shuhei-k Date: Sun, 16 May 1999 09:25:18 +0000 Subject: [PATCH] Move provide to the top to avoid circular dependency. --- localhook.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/localhook.el b/localhook.el index d0b392c..e565606 100644 --- a/localhook.el +++ b/localhook.el @@ -60,7 +60,8 @@ ;;; Code: -(require 'poe) +(provide 'localhook) ; beware of circular dependency. +(require 'poe) ; this file is loaded from poe.el. ;;; These two functions are not complete, but work enough for our purpose. ;; @@ -309,6 +310,4 @@ not `make-local-variable'." ;;; @ End. ;;; -(provide 'localhook) - ;;; localhook.el ends here. -- 1.7.10.4