Browse Source

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 năm trước cách đây
mục cha
commit
85cabe1eab
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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)