Sfoglia il codice sorgente

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

Bastien Guerry 17 anni fa
parent
commit
04c3f97721
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  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)