Explorar o código

ob-C: lexical-let requires cl at compilation time

* lisp/ob-C.el: Require cl during compilation so that lexical-let is
  known.
Achim Gratz %!s(int64=10) %!d(string=hai) anos
pai
achega
310b9dd2b6
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      lisp/ob-C.el

+ 2 - 0
lisp/ob-C.el

@@ -30,6 +30,8 @@
 ;; - not much in the way of error feedback
 
 ;;; Code:
+(eval-when-compile
+  (require 'cl))
 (require 'ob)
 (require 'cc-mode)