File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1247,12 +1247,13 @@ this function is attached to `gnuplot-after-plot-hook'"
1247
1247
This sets font-lock and keyword completion in the comint/gnuplot
1248
1248
buffer."
1249
1249
:interactive nil
1250
+ :syntax-table gnuplot-mode-syntax-table
1251
+ :abbrev-table gnuplot-mode-abbrev-table
1250
1252
1251
1253
(setq-local font-lock-defaults gnuplot-font-lock-defaults
1252
1254
parse-sexp-lookup-properties t
1253
1255
syntax-propertize-function #'gnuplot--syntax-propertize )
1254
1256
1255
- (set-syntax-table gnuplot-mode-syntax-table)
1256
1257
(add-hook 'kill-buffer-hook #'gnuplot--close-down nil t )
1257
1258
(add-hook 'comint-output-filter-functions
1258
1259
#'comint-postoutput-scroll-to-bottom
@@ -1889,7 +1890,6 @@ a list:
1889
1890
font-lock-multiline t
1890
1891
parse-sexp-lookup-properties t
1891
1892
comint-process-echoes gnuplot-echo-command-line-flag)
1892
- (set-syntax-table gnuplot-mode-syntax-table)
1893
1893
(add-hook 'completion-at-point-functions #'gnuplot-completion-at-point-info-look nil t )
1894
1894
(add-hook 'syntax-propertize-extend-region-functions
1895
1895
#'gnuplot--syntax-propertize-extend-region nil t )
You can’t perform that action at this time.
0 commit comments