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

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

[nongnu] elpa/gnuplot 4858b0d 110/184: Set syntax table in comint buffer


From: ELPA Syncer
Subject: [nongnu] elpa/gnuplot 4858b0d 110/184: Set syntax table in comint buffer
Date: Sun, 29 Aug 2021 11:03:26 -0400 (EDT)

branch: elpa/gnuplot
commit 4858b0d00fdf8e45b3fa75adc68cbf0b6d3e09c4
Author: joddie <jonxfield@gmail.com>
Commit: joddie <jonxfield@gmail.com>

    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



reply via email to

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