mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-05 15:11:30 -08:00
Minor re-indent.
This commit is contained in:
parent
010d97291d
commit
30b775ff5d
1 changed files with 5 additions and 5 deletions
|
|
@ -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)))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue