File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments