Bladeren bron

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 10 jaren geleden
bovenliggende
commit
310b9dd2b6
1 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  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
 ;; - not much in the way of error feedback
 
 
 ;;; Code:
 ;;; Code:
+(eval-when-compile
+  (require 'cl))
 (require 'ob)
 (require 'ob)
 (require 'cc-mode)
 (require 'cc-mode)