Parcourir la source

Add missing require for macroexp

Fixes #26.
Ryan C. Thompson il y a 11 ans
Parent
commit
2a3bdff9e8
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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)