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

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

[nongnu] elpa/graphql-mode 18f749c1bc 106/122: Simplify buffer naming


From: ELPA Syncer
Subject: [nongnu] elpa/graphql-mode 18f749c1bc 106/122: Simplify buffer naming
Date: Sat, 29 Jan 2022 08:03:39 -0500 (EST)

branch: elpa/graphql-mode
commit 18f749c1bc39fc1e7a76ba7358ad65f084390dab
Author: Aleksandar Dimitrov <git@aleks.bg>
Commit: Aleksandar Dimitrov <git@aleks.bg>

    Simplify buffer naming
---
 graphql-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphql-mode.el b/graphql-mode.el
index 413a1904bd..68372c9d16 100644
--- a/graphql-mode.el
+++ b/graphql-mode.el
@@ -398,7 +398,7 @@ buffer take precedence over the setting in 
`graphql-extra-headers'
 when sending a request."
   (interactive)
   (let ((extra-headers-buffer
-         (concat "*Graphql Headers for " (buffer-name (buffer-base-buffer)) 
"*")))
+         (concat "*Graphql Headers for " (buffer-name) "*")))
     (pop-to-buffer extra-headers-buffer)
     (if graphql-extra-headers
         (progn



reply via email to

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