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

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

[nongnu] elpa/gnuplot 556aff7149 3/6: Remove references to old Emacs ver


From: ELPA Syncer
Subject: [nongnu] elpa/gnuplot 556aff7149 3/6: Remove references to old Emacs version
Date: Sun, 17 Jul 2022 08:58:31 -0400 (EDT)

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

    Remove references to old Emacs version
---
 gnuplot-context.el | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/gnuplot-context.el b/gnuplot-context.el
index ff30b1f64d..7f0bf8689e 100644
--- a/gnuplot-context.el
+++ b/gnuplot-context.el
@@ -41,11 +41,10 @@
 ;;
 ;; Gnuplot's context sensitive mode is best controlled using Customize
 ;; (M-x customize-group gnuplot): simply enable the
-;; `gnuplot-context-sensitive-mode' setting.  On recent Emacs (>= 23),
-;; you may also want to turn on `gnuplot-tab-completion' so that the
-;; TAB key does auto-completion on lines which are already
-;; indented.  (This just sets the Emacs variable `tab-always-indent' to
-;; `complete' in Gnuplot buffers).
+;; `gnuplot-context-sensitive-mode' setting. You may also want to turn
+;; on `gnuplot-tab-completion' so that the TAB key does auto-completion
+;; on lines which are already indented. (This just sets the Emacs
+;; variable `tab-always-indent' to `complete' in Gnuplot buffers).
 ;;
 ;; If you need to turn context sensitivity on or off from Lisp code
 ;; for some reason, call the function
@@ -2097,10 +2096,7 @@ there."
 
 (defun gnuplot--find-info-node (node)
   (save-window-excursion
-    (if (>= emacs-major-version 23)
-        (info (format "(gnuplot)%s" node))
-      (info)
-      (Info-find-node "gnuplot" node)))
+    (info (format "(gnuplot)%s" node)))
   (gnuplot--adjust-info-display))
 
 



reply via email to

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