浏览代码

Minor formatting change

Ryan C. Thompson 8 年之前
父节点
当前提交
3895490398
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      ido-completing-read+.el

+ 2 - 1
ido-completing-read+.el

@@ -197,7 +197,8 @@ completion for them."
            ((bound-and-true-p completion-extra-properties)
            ((bound-and-true-p completion-extra-properties)
             (signal 'ido-cr+-fallback
             (signal 'ido-cr+-fallback
                     '("ido cannot handle non-nil `completion-extra-properties'")))
                     '("ido cannot handle non-nil `completion-extra-properties'")))
-           ((and (functionp collection) (not ido-cr+-force-on-functional-collection))
+           ((and (functionp collection)
+                 (not ido-cr+-force-on-functional-collection))
             (signal 'ido-cr+-fallback
             (signal 'ido-cr+-fallback
                     '("ido cannot handle COLLECTION being a function"))))
                     '("ido cannot handle COLLECTION being a function"))))
           ;; Expand all possible completions
           ;; Expand all possible completions