emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/bash-completion 8cc9c2fdc6 074/313: bugfix


From: ELPA Syncer
Subject: [nongnu] elpa/bash-completion 8cc9c2fdc6 074/313: bugfix
Date: Sat, 3 Dec 2022 10:59:18 -0500 (EST)

branch: elpa/bash-completion
commit 8cc9c2fdc699bafcc90bd3693fd05ee612e83589
Author: Stephane Zermatten <szermatt@gmx.net>
Commit: Stephane Zermatten <szermatt@gmx.net>

    bugfix
---
 bash-completion.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bash-completion.el b/bash-completion.el
index 679c6d1dec..d2c1d6f476 100644
--- a/bash-completion.el
+++ b/bash-completion.el
@@ -157,7 +157,7 @@ completion.  Return nil if no match was found."
     (when (not (window-minibuffer-p))
       (message "Bash completion..."))
     (let* ( (start (comint-line-beginning-position))
-           (end (point))
+           (pos (point))
            (tokens (bash-completion-tokenize start pos))
            (open-quote (bash-completion-tokenize-open-quote tokens))
            (parsed (bash-completion-parse-line tokens pos))



reply via email to

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