From 30b775ff5d957e00a4151efaa7814bfb3181fe18 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 14 Apr 2008 18:09:49 +0000 Subject: [PATCH] Minor re-indent. --- lisp/complete.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/complete.el b/lisp/complete.el index da75ed2dbe1..0050ecf7b90 100644 --- a/lisp/complete.el +++ b/lisp/complete.el @@ -1107,11 +1107,11 @@ This is only used by " (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))) -- 2.39.5