(poe): Move provide to the top to avoid circular dependency.
authorohta <ohta>
Mon, 8 Mar 1999 16:20:58 +0000 (16:20 +0000)
committerohta <ohta>
Mon, 8 Mar 1999 16:20:58 +0000 (16:20 +0000)
poe.el

diff --git a/poe.el b/poe.el
index 5fdbdcc..b0ee6f3 100644 (file)
--- a/poe.el
+++ b/poe.el
@@ -29,6 +29,8 @@
 
 ;;; Code:
 
+(provide 'poe)
+
 (defmacro defun-maybe (name &rest everything-else)
   (or (and (fboundp name)
           (not (get name 'defun-maybe)))
@@ -577,6 +579,4 @@ If the event isn't a keypress, this returns nil.
 ;;; @ end
 ;;;
 
-(provide 'poe)
-
 ;;; poe.el ends here