Преглед изворни кода

ob-lob: ensure 'cl is loaded during compilation so we can use flet

* lisp/ob-lob.el (require): Ensure 'cl is loaded during compilation so
  we can use flet.
Eric Schulte пре 14 година
родитељ
комит
85cabe1eab
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      lisp/ob-lob.el

+ 2 - 0
lisp/ob-lob.el

@@ -23,6 +23,8 @@
 ;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Code:
+(eval-when-compile
+  (require 'cl))
 (require 'ob)
 (require 'ob-table)