; Remove commented-out leftover from the last commit

* lisp/eshell/em-dirs.el (eshell-complete-user-reference): Remove
commented code.
This commit is contained in:
Jim Porter 2023-02-23 14:14:01 -08:00
parent 9d48c9844b
commit da002af411

View file

@ -282,7 +282,6 @@ Thus, this does not include the current directory.")
(when (string-match "\\`~[a-z]*\\'" arg)
(setq pcomplete-stub (substring arg 1)
pcomplete-last-completion-raw t)
;; pcomplete-exit-function #'eshell-complete-user-ref--exit)
(eshell-read-user-names)
(let ((names (pcomplete-uniquify-list
(mapcar (lambda (user)