Skip to content

Commit 556aff7

Browse files
committed
Remove references to old Emacs version
1 parent 4b44969 commit 556aff7

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

gnuplot-context.el

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@
4141
;;
4242
;; Gnuplot's context sensitive mode is best controlled using Customize
4343
;; (M-x customize-group gnuplot): simply enable the
44-
;; `gnuplot-context-sensitive-mode' setting. On recent Emacs (>= 23),
45-
;; you may also want to turn on `gnuplot-tab-completion' so that the
46-
;; TAB key does auto-completion on lines which are already
47-
;; indented. (This just sets the Emacs variable `tab-always-indent' to
48-
;; `complete' in Gnuplot buffers).
44+
;; `gnuplot-context-sensitive-mode' setting. You may also want to turn
45+
;; on `gnuplot-tab-completion' so that the TAB key does auto-completion
46+
;; on lines which are already indented. (This just sets the Emacs
47+
;; variable `tab-always-indent' to `complete' in Gnuplot buffers).
4948
;;
5049
;; If you need to turn context sensitivity on or off from Lisp code
5150
;; for some reason, call the function
@@ -2097,10 +2096,7 @@ there."
20972096

20982097
(defun gnuplot--find-info-node (node)
20992098
(save-window-excursion
2100-
(if (>= emacs-major-version 23)
2101-
(info (format "(gnuplot)%s" node))
2102-
(info)
2103-
(Info-find-node "gnuplot" node)))
2099+
(info (format "(gnuplot)%s" node)))
21042100
(gnuplot--adjust-info-display))
21052101

21062102

0 commit comments

Comments
 (0)