浏览代码

Remove override for "man" command

This is now covered by the execption for collection being a function,
so there is no functional change.
Ryan C. Thompson 12 年之前
父节点
当前提交
86cc9ce0b7
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      ido-ubiquitous.el

+ 0 - 3
ido-ubiquitous.el

@@ -253,10 +253,7 @@ You can restore these using the command `ido-ubiquitous-restore-default-override
     (disable exact "read-buffer")
     (disable exact "gnus-emacs-completing-read")
     (disable exact "gnus-iswitchb-completing-read")
-    (disable exact "man")
-    ;; https://github.com/technomancy/ido-ubiquitous/issues/3
     (disable exact "grep-read-files")
-    ;; https://github.com/technomancy/ido-ubiquitous/issues/9
     (enable exact "bookmark-completing-read")
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/4
     (enable-old exact "webjump-read-choice")