; 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:
parent
9d48c9844b
commit
da002af411
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue