浏览代码

Long lines.

Phil Hagelberg 13 年之前
父节点
当前提交
aa6e3c8ecd
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      ido-ubiquitous.el

+ 3 - 3
ido-ubiquitous.el

@@ -82,11 +82,11 @@ continue to use `completing-read' instead of
   (if (or (not ido-mode)
   (if (or (not ido-mode)
           (not ido-ubiquitous)
           (not ido-ubiquitous)
           (memq this-command ido-ubiquitous-exceptions)
           (memq this-command ido-ubiquitous-exceptions)
-          (boundp 'ido-cur-item)) ; Avoid infinite recursion from ido calling completing-read
+          ;; Avoid infinite recursion from ido calling completing-read
+          (boundp 'ido-cur-item))
       ad-do-it
       ad-do-it
     (let ((allcomp (all-completions "" collection predicate)))
     (let ((allcomp (all-completions "" collection predicate)))
-      ;; Only use ido completion if there are actually any completions
-      ;; to offer.
+      ;; Only use ido completion if there are actually any completions to offer.
       (if allcomp
       (if allcomp
           (setq ad-return-value
           (setq ad-return-value
                 (ido-completing-read prompt allcomp
                 (ido-completing-read prompt allcomp