File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -307,8 +307,6 @@ beginning the continued command."
307307(defvar gnuplot-info-frame nil )
308308(defvar gnuplot-info-nodes '())
309309
310- (defvar gnuplot-first-call t )
311-
312310; ; with info-look, there is no need to carry this list around -- it
313311; ; can be generated on the fly appropriate to the currently installed
314312; ; version of gnuplot.info
@@ -2150,8 +2148,7 @@ a list:
21502148 (setq-local font-lock-multiline t )
21512149 (setq-local parse-sexp-lookup-properties t )
21522150
2153- (setq gnuplot-first-call nil ; a few more details ...
2154- gnuplot-comint-recent-buffer (current-buffer ))
2151+ (setq gnuplot-comint-recent-buffer (current-buffer ))
21552152 (setq-local comint-process-echoes gnuplot-echo-command-line-flag)
21562153 (run-hooks 'gnuplot-mode-hook )
21572154 (gnuplot-setup-menubar))
You can’t perform that action at this time.
0 commit comments