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 @@ -802,7 +802,7 @@ These are highlighted using `font-lock-constant-face'.")
802
802
803
803
" List of gnuplot options which can be negated using `gnuplot-negate-option' ." )
804
804
805
- (defvar gnuplot-negatable-options-regexp
805
+ (defvar gnuplot-- negatable-options-regexp
806
806
(gnuplot--make-regexp gnuplot--keywords-negatable-options))
807
807
808
808
; ; Set up colorization for gnuplot.
@@ -1616,7 +1616,7 @@ Negatable options are defined in `gnuplot--keywords-negatable-options'."
1616
1616
(interactive nil gnuplot-mode gnuplot-comint-mode)
1617
1617
(let ((begin (gnuplot--point-at-beginning-of-command))
1618
1618
(end (gnuplot--point-at-end-of-command))
1619
- (regex gnuplot-negatable-options-regexp))
1619
+ (regex gnuplot-- negatable-options-regexp))
1620
1620
(save-excursion
1621
1621
(goto-char begin)
1622
1622
(skip-syntax-forward " -" end)
You can’t perform that action at this time.
0 commit comments