emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master da002af4116: ; Remove commented-out leftover from the last commit


From: Jim Porter
Subject: master da002af4116: ; Remove commented-out leftover from the last commit
Date: Thu, 23 Feb 2023 17:15:26 -0500 (EST)

branch: master
commit da002af4116247ce63dcba414bc059457f6074e4
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@gmail.com>

    ; 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]