浏览代码

Add missing require for macroexp

Fixes #26.
Ryan C. Thompson 11 年之前
父节点
当前提交
2a3bdff9e8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ido-ubiquitous.el

+ 1 - 0
ido-ubiquitous.el

@@ -49,6 +49,7 @@
 (require 'ido)
 (require 'ido)
 (require 'advice)
 (require 'advice)
 (require 'cl)
 (require 'cl)
+(require 'macroexp)
 
 
 ;; Declare this ahead of time to quiet the compiler
 ;; Declare this ahead of time to quiet the compiler
 (defvar ido-ubiquitous-fallback-completing-read-function)
 (defvar ido-ubiquitous-fallback-completing-read-function)