Removed comment.
authorshuhei <shuhei>
Tue, 30 Nov 1999 21:01:22 +0000 (21:01 +0000)
committershuhei <shuhei>
Tue, 30 Nov 1999 21:01:22 +0000 (21:01 +0000)
pym.el

diff --git a/pym.el b/pym.el
index c58ada7..ab93af1 100644 (file)
--- a/pym.el
+++ b/pym.el
 
 (or (boundp 'current-load-list) (setq current-load-list nil))
 
-;; We cannot use `eval-when-compile' here because v18 does not have it.
-;; (eval-when-compile (require 'static))
-;; Should we use these two macros to emulate `eval-when-compile' ?
-;; (defmacro pym-dummy-require-static ()
-;;   (list 'quote (eval '(require 'static))))
-;; (defmacro pym-dummy-require-static-at-compile-time ()
-;;   (pym-dummy-require-static))
 (require 'static)