Skip to content

Commit e1d32b8

Browse files
committed
Remove variable gnuplot-ntemacs-p (internal)
1 parent 7bf8ffb commit e1d32b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gnuplot.el

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@
8585

8686
(declare-function 'eldoc-add-command "eldoc")
8787

88-
(defconst gnuplot-ntemacs-p (string-match "msvc" (emacs-version)))
89-
9088
(defgroup gnuplot nil
9189
"Gnuplot-mode for Emacs."
9290
:prefix "gnuplot-"
@@ -247,7 +245,8 @@ The values are
247245
(const :tag "Separate window" window)
248246
(const :tag "This window" nil)))
249247

250-
(defcustom gnuplot-echo-command-line-flag (not gnuplot-ntemacs-p)
248+
(defcustom gnuplot-echo-command-line-flag
249+
(not (string-match "msvc" (emacs-version)))
251250
"Non-nil means the gnuplot subprocess echoes any input.
252251
This sets the fall-back value of `comint-process-echoes'.
253252
If `gnuplot-mode' cannot figure out what version number of gnuplot

0 commit comments

Comments
 (0)