Skip to content

Commit 83d6229

Browse files
committed
Remove unused variable gnuplot-first-call
1 parent 794f876 commit 83d6229

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

gnuplot.el

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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))

0 commit comments

Comments
 (0)