浏览代码

Avoid compiler warning by explictly loading advice.el

Ryan C. Thompson 13 年之前
父节点
当前提交
9d73211390
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ido-ubiquitous.el

+ 1 - 0
ido-ubiquitous.el

@@ -53,6 +53,7 @@
 ;;; Code:
 ;;; Code:
 
 
 (require 'ido)
 (require 'ido)
+(require 'advice)
 
 
 ;; Clean up old versions of ido-ubiquitous (1.3 and earlier) that
 ;; Clean up old versions of ido-ubiquitous (1.3 and earlier) that
 ;; defined advice on `completing-read' instead of modifying
 ;; defined advice on `completing-read' instead of modifying