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

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

[nongnu] elpa/gnuplot 5fdef54 151/184: Merge pull request #47 from conao


From: ELPA Syncer
Subject: [nongnu] elpa/gnuplot 5fdef54 151/184: Merge pull request #47 from conao3/remove-weird-char
Date: Sun, 29 Aug 2021 11:03:34 -0400 (EDT)

branch: elpa/gnuplot
commit 5fdef540080582914d3b49256e04c33368ed503c
Merge: a080f79 4d04c86
Author: Naoya Yamashita <conao3@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #47 from conao3/remove-weird-char
    
    Remove weird char
---
 gnuplot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnuplot.el b/gnuplot.el
index 382f0a2..aef46ed 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -999,7 +999,7 @@ create a `gnuplot-mode' buffer."
     ["tpic"       (gnuplot-insert "set terminal tpic")       t]
     ["vgagl"      (gnuplot-insert "set terminal vgagl")      t]         ; for 
pm3d patch
     ["vttek"      (gnuplot-insert "set terminal vttek")      t]
-    ["x11"        (gnuplot-insert "set terminal x11")        t] ยง)
+    ["x11"        (gnuplot-insert "set terminal x11")        t])
   "Terminal submenu in the insertions menu.
 See the document string for `gnuplot-insertions-menu'
 Changing this will not effect a change in any currently existing



reply via email to

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