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

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

[nongnu] elpa/bash-completion 49ae0ada64 076/313: keep open quote


From: ELPA Syncer
Subject: [nongnu] elpa/bash-completion 49ae0ada64 076/313: keep open quote
Date: Sat, 3 Dec 2022 10:59:18 -0500 (EST)

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

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

diff --git a/bash-completion.el b/bash-completion.el
index 2b5a3584fe..1d6aa01545 100644
--- a/bash-completion.el
+++ b/bash-completion.el
@@ -469,7 +469,7 @@ Return TOKENS with new tokens prepended to it."
    (t
     (bash-completion-tokenize-set-end token)
     (when quote
-      (push ('quote quote) token))
+      (push (cons 'quote quote) token))
     (push token tokens)
     (bash-completion-tokenize-new-element end tokens))))
 



reply via email to

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