changeset 94086:4dfdf555a78e

Minor re-indent.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 14 Apr 2008 18:09:49 +0000
parents 7601144a671f
children d23d9685c214
files lisp/complete.el
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/complete.el	Mon Apr 14 16:36:32 2008 +0000
+++ b/lisp/complete.el	Mon Apr 14 18:09:49 2008 +0000
@@ -1107,11 +1107,11 @@
                         (format (if (string-match "/\\'" x) "<%s" "<%s>") x))
 		      (PC-include-file-all-completions
 		       name (PC-include-file-path)))))
-              (cond
-               ((not completion-table) nil)
-               ((eq action 'lambda) (test-completion str2 completion-table nil))
-               ((eq action nil) (PC-try-completion str2 completion-table nil))
-          ((eq action t) (all-completions str2 completion-table nil))))
+        (cond
+         ((not completion-table) nil)
+         ((eq action 'lambda) (test-completion str2 completion-table nil))
+         ((eq action nil) (PC-try-completion str2 completion-table nil))
+         ((eq action t) (all-completions str2 completion-table nil))))
     (read-file-name-internal string dir action)))