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

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

[nongnu] elpa/gnuplot e1d32b80f5 5/6: Remove variable gnuplot-ntemacs-p


From: ELPA Syncer
Subject: [nongnu] elpa/gnuplot e1d32b80f5 5/6: Remove variable gnuplot-ntemacs-p (internal)
Date: Sun, 17 Jul 2022 08:58:31 -0400 (EDT)

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

    Remove variable gnuplot-ntemacs-p (internal)
---
 gnuplot.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnuplot.el b/gnuplot.el
index b0ec9f9b24..00b65ef095 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -85,8 +85,6 @@
 
 (declare-function 'eldoc-add-command "eldoc")
 
-(defconst gnuplot-ntemacs-p (string-match "msvc" (emacs-version)))
-
 (defgroup gnuplot nil
   "Gnuplot-mode for Emacs."
   :prefix "gnuplot-"
@@ -247,7 +245,8 @@ The values are
                 (const :tag "Separate window" window)
                 (const :tag "This window"     nil)))
 
-(defcustom gnuplot-echo-command-line-flag (not gnuplot-ntemacs-p)
+(defcustom gnuplot-echo-command-line-flag
+  (not (string-match "msvc" (emacs-version)))
   "Non-nil means the gnuplot subprocess echoes any input.
 This sets the fall-back value of `comint-process-echoes'.
 If `gnuplot-mode' cannot figure out what version number of gnuplot



reply via email to

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