From: ohta Date: Mon, 8 Mar 1999 16:20:58 +0000 (+0000) Subject: (poe): Move provide to the top to avoid circular dependency. X-Git-Tag: apel-9_13_1~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c240c95340842b91e1aada73d7ca3ca80c15aebb;p=elisp%2Fapel.git (poe): Move provide to the top to avoid circular dependency. --- diff --git a/poe.el b/poe.el index 5fdbdcc..b0ee6f3 100644 --- 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