ソースを参照

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 'advice)
 (require 'cl)
+(require 'macroexp)
 
 ;; Declare this ahead of time to quiet the compiler
 (defvar ido-ubiquitous-fallback-completing-read-function)