* ssl.el (toplevel): Don't include cl at run time.
authoryoichi <yoichi>
Sun, 18 Jan 2004 14:28:28 +0000 (14:28 +0000)
committeryoichi <yoichi>
Sun, 18 Jan 2004 14:28:28 +0000 (14:28 +0000)
utils/ChangeLog
utils/ssl.el

index fc692f4..ca0d83c 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * ssl.el (toplevel): Don't include cl at run time.
+       (ref. Emacs Lisp Coding Conventions section in elisp-info)
+
 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * im-wl.el (wl-draft-send-with-imput-async): Follow the changes
index f8a9998..0b74cd0 100644 (file)
@@ -26,7 +26,7 @@
 ;;; Boston, MA 02111-1307, USA.
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
-(require 'cl)
+(eval-when-compile (require 'cl))
 (require 'base64)
 
 (eval-and-compile