浏览代码

Add 'grep-read-files' to exceptions

Unlike 38e5fbfa, this uses the new functionality.
Ryan C. Thompson 13 年之前
父节点
当前提交
c14eba31c6
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      ido-ubiquitous.el

+ 2 - 1
ido-ubiquitous.el

@@ -148,7 +148,8 @@ ido-ubiquitous in non-interactive functions, customize
       (eval `(disable-ido-ubiquitous-in ,newfun)))))
       (eval `(disable-ido-ubiquitous-in ,newfun)))))
 
 
 ;;;###autoload
 ;;;###autoload
-(defcustom ido-ubiquitous-function-exceptions '()
+(defcustom ido-ubiquitous-function-exceptions
+  '(grep-read-files)
   "List of functions in which to disable ido-ubiquitous.
   "List of functions in which to disable ido-ubiquitous.
 
 
 Certain functions, such as `read-file-name', always have
 Certain functions, such as `read-file-name', always have