Browse Source

Require 'cl at run-time to silent the compiler.

Bastien Guerry 17 năm trước cách đây
mục cha
commit
04c3f97721
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      org-irc.el

+ 1 - 3
org-irc.el

@@ -50,9 +50,7 @@
 ;;
 ;;; Code:
 
-(eval-when-compile
-  (require 'cl))
-
+(require 'cl)
 (require 'org)
 (require 'erc)
 (require 'erc-log)