From: shuhei Date: Tue, 30 Nov 1999 21:01:22 +0000 (+0000) Subject: Removed comment. X-Git-Tag: apel-shubit-10_0~15 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=adce71fa5c4bdd8037346894ac36ebe374122e5f;p=elisp%2Fapel.git Removed comment. --- diff --git a/pym.el b/pym.el index c58ada7..ab93af1 100644 --- a/pym.el +++ b/pym.el @@ -48,13 +48,6 @@ (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)