浏览代码

Remove unnecessary autoload cookie

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

+ 0 - 1
ido-ubiquitous.el

@@ -78,7 +78,6 @@ continue to use `completing-read' instead of
   :type '(repeat symbol)
   :group 'ido-ubiquitous)
 
-;;;###autoload
 (defadvice completing-read (around ido-ubiquitous activate)
   (if (or (not ido-mode)
           (not ido-ubiquitous)