File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -940,13 +940,13 @@ These are highlighted using `font-lock-constant-face'.")
940
940
941
941
; ; built-in function names
942
942
(cons (gnuplot-make-regexp gnuplot-keywords-builtin-functions)
943
- ' font-lock-function-name-face )
943
+ font-lock-function-name-face )
944
944
945
945
; ; reserved words associated with plotting <AL>
946
946
(cons (gnuplot-make-regexp gnuplot-keywords-plotting)
947
- ' font-lock-type-face )
947
+ font-lock-type-face )
948
948
(cons (gnuplot-make-regexp gnuplot-keywords-plotting-styles)
949
- ' font-lock-function-name-face )
949
+ font-lock-function-name-face )
950
950
951
951
; ; (s)plot -- also thing (s)plotted
952
952
'(" \\ <s?plot\\ >" . font-lock-keyword-face )
@@ -955,8 +955,8 @@ These are highlighted using `font-lock-constant-face'.")
955
955
956
956
; ; other common commands
957
957
(cons (gnuplot-make-regexp gnuplot-keywords-misc)
958
- ' font-lock-constant-face )
959
- (cons " !.*$" ' font-lock-constant-face ))) ; what is this for? jjo
958
+ font-lock-constant-face )
959
+ (cons " !.*$" font-lock-constant-face ))) ; what is this for? jjo
960
960
961
961
(defvar gnuplot-font-lock-defaults
962
962
'(gnuplot-font-lock-keywords
You can’t perform that action at this time.
0 commit comments