branch: elpa/gnuplot
commit 4858b0d00fdf8e45b3fa75adc68cbf0b6d3e09c4
Author: joddie <[email protected]>
Commit: joddie <[email protected]>
Set syntax table in comint buffer
---
gnuplot.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnuplot.el b/gnuplot.el
index 6b617e0..26e5e86 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -2150,6 +2150,8 @@ this function is attached to `gnuplot-after-plot-hook'"
This sets font-lock and keyword completion in the comint/gnuplot
buffer."
+ (set-syntax-table gnuplot-mode-syntax-table)
+
(if gnuplot-xemacs-p ; deal with font-lock
(if (fboundp 'turn-on-font-lock) (turn-on-font-lock))
(progn