Parcourir la source

Minor formatting change

Ryan C. Thompson il y a 8 ans
Parent
commit
3895490398
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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)
             (signal 'ido-cr+-fallback
                     '("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
                     '("ido cannot handle COLLECTION being a function"))))
           ;; Expand all possible completions