From: Jim Porter Date: Thu, 23 Feb 2023 22:14:01 +0000 (-0800) Subject: ; Remove commented-out leftover from the last commit X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da002af4116247ce63dcba414bc059457f6074e4;p=emacs.git ; Remove commented-out leftover from the last commit * lisp/eshell/em-dirs.el (eshell-complete-user-reference): Remove commented code. --- diff --git a/lisp/eshell/em-dirs.el b/lisp/eshell/em-dirs.el index 62d37e8f9fe..b47bd12c0f0 100644 --- a/lisp/eshell/em-dirs.el +++ b/lisp/eshell/em-dirs.el @@ -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)