From da002af4116247ce63dcba414bc059457f6074e4 Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Thu, 23 Feb 2023 14:14:01 -0800 Subject: [PATCH] ; Remove commented-out leftover from the last commit * lisp/eshell/em-dirs.el (eshell-complete-user-reference): Remove commented code. --- lisp/eshell/em-dirs.el | 1 - 1 file changed, 1 deletion(-) 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) -- 2.39.5