From: shuhei-k Date: Sun, 16 May 1999 10:30:46 +0000 (+0000) Subject: Require 'poe. X-Git-Tag: apel-9_19~27 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=74895ec9005d5a60baee33d7da17740a04b36b25;p=elisp%2Fapel.git Require 'poe. --- diff --git a/pcustom.el b/pcustom.el index fd63bbe..214efe7 100644 --- a/pcustom.el +++ b/pcustom.el @@ -27,6 +27,7 @@ ;;; Code: +(require 'poe) ;; If old compiler is used under v18, `eval-when-compile' and ;; `static-if' are expanded (and evaluated) at *load-time*. (eval-when-compile (require 'static)) @@ -41,7 +42,8 @@ (error nil)) ;; you have "new custom". no load-time check. (require 'custom) - ;; your custom is "old custom", or you don't have custom library. + ;; your custom is "old custom", or you don't have custom library + ;; at compile-time. (or (condition-case nil ;; load-time check. ;; "new custom" requires widget library.