branch: elpa/gnuplot
commit 4d04c86a14a623683ec0382a79e4fea06dca1f82
Author: conao3 <[email protected]>
Commit: conao3 <[email protected]>

    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