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

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

[nongnu] elpa/graphql-mode ab58192967 081/122: Merge pull request #23 fr


From: ELPA Syncer
Subject: [nongnu] elpa/graphql-mode ab58192967 081/122: Merge pull request #23 from leoliu/master
Date: Sat, 29 Jan 2022 08:03:36 -0500 (EST)

branch: elpa/graphql-mode
commit ab58192967f589f2d767cf557d73140d3706090d
Merge: ba5952590c 2ee89d4e05
Author: David Vázquez Púa <davazp@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #23 from leoliu/master
    
    Fix Error during redisplay
---
 graphql-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphql-mode.el b/graphql-mode.el
index 0944537a6b..c61768903e 100644
--- a/graphql-mode.el
+++ b/graphql-mode.el
@@ -313,6 +313,7 @@ This is the function to be used for the hook 
`completion-at-point-functions'."
         ;; If we are not inside an argument list, jump after the next
         ;; opening parenthesis, and we will try again there.
         (skip-syntax-forward "^(" limit)
+        (and (eobp) (throw 'end nil))
         (forward-char))))))
 
 



reply via email to

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