emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gnuplot 83d62290cd 07/11: Remove unused variable gnuplot-f


From: ELPA Syncer
Subject: [nongnu] elpa/gnuplot 83d62290cd 07/11: Remove unused variable gnuplot-first-call
Date: Sun, 2 Jan 2022 11:58:19 -0500 (EST)

branch: elpa/gnuplot
commit 83d62290cdaff0b7573e94e9221d4044d1c84056
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Remove unused variable gnuplot-first-call
---
 gnuplot.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnuplot.el b/gnuplot.el
index 69c03c5708..28f6e2a439 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -307,8 +307,6 @@ beginning the continued command."
 (defvar gnuplot-info-frame nil)
 (defvar gnuplot-info-nodes '())
 
-(defvar gnuplot-first-call t)
-
 ;; with info-look, there is no need to carry this list around -- it
 ;; can be generated on the fly appropriate to the currently installed
 ;; version of gnuplot.info
@@ -2150,8 +2148,7 @@ a list:
   (setq-local font-lock-multiline t)
   (setq-local parse-sexp-lookup-properties t)
 
-  (setq gnuplot-first-call nil          ; a few more details ...
-        gnuplot-comint-recent-buffer (current-buffer))
+  (setq gnuplot-comint-recent-buffer (current-buffer))
   (setq-local comint-process-echoes gnuplot-echo-command-line-flag)
   (run-hooks 'gnuplot-mode-hook)
   (gnuplot-setup-menubar))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]