# HG changeset patch # User Stefan Monnier # Date 1208196589 0 # Node ID 4dfdf555a78e0c0f7d514d66c3b8d802406a539f # Parent 7601144a671f1c682c693acce0e6b116fb6565c5 Minor re-indent. diff -r 7601144a671f -r 4dfdf555a78e lisp/complete.el --- 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)))