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

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

[nongnu] elpa/gnuplot 4d04c86 150/184: remove weird char


From: ELPA Syncer
Subject: [nongnu] elpa/gnuplot 4d04c86 150/184: remove weird char
Date: Sun, 29 Aug 2021 11:03:34 -0400 (EDT)

branch: elpa/gnuplot
commit 4d04c86a14a623683ec0382a79e4fea06dca1f82
Author: conao3 <conao3@gmail.com>
Commit: conao3 <conao3@gmail.com>

    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]