(make-hash-table :test #'equal))))))
(if (null ht)
path
- (seq-filter
- (lambda (dir)
- (when (file-directory-p dir)
- (try-completion
- file
- (with-memoization (gethash dir ht)
- (directory-files dir nil rx t)))))
- path)))))
+ (let ((completion-regexp-list nil))
+ (seq-filter
+ (lambda (dir)
+ (when (file-directory-p dir)
+ (try-completion
+ file
+ (with-memoization (gethash dir ht)
+ (directory-files dir nil rx t)))))
+ path))))))
(defun command-line ()
"A subroutine of `normal-top-level'.