Explorar el Código

Minor formatting change

Ryan C. Thompson hace 8 años
padre
commit
3895490398
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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