]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove commented-out leftover from the last commit
authorJim Porter <jporterbugs@gmail.com>
Thu, 23 Feb 2023 22:14:01 +0000 (14:14 -0800)
committerJim Porter <jporterbugs@gmail.com>
Thu, 23 Feb 2023 22:14:01 +0000 (14:14 -0800)
* lisp/eshell/em-dirs.el (eshell-complete-user-reference): Remove
commented code.

lisp/eshell/em-dirs.el

index 62d37e8f9fe43c7699fae84f844dbb9af2fc4676..b47bd12c0f09ab93531cb557da0003d8deed8398 100644 (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)