branch: elpa/bash-completion
commit 8cc9c2fdc699bafcc90bd3693fd05ee612e83589
Author: Stephane Zermatten <[email protected]>
Commit: Stephane Zermatten <[email protected]>

    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