File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 5555; ;; Code:
5656
5757(require 'gnuplot )
58- (require 'widget )
5958(require 'wid-edit )
6059(require 'cl-lib )
6160
Original file line number Diff line number Diff line change 6767
6868(require 'cl-lib )
6969(require 'comint )
70- (require 'custom )
71- (require 'easymenu )
7270(require 'info )
7371(require 'info-look )
7472
7775 :prefix " gnuplot-"
7876 :group 'processes
7977 :group 'applications
80- :group 'local
8178 :link '(emacs-library-link :tag " Lisp File" " gnuplot.el" )
82- :link '(url-link :tag " Homepage"
83- " https://github.com/emacs-gnuplot/gnuplot/" )
84- :link '(custom-manual " (gnuplot)Top" )
79+ :link '(url-link :tag " Homepage" " https://github.com/emacs-gnuplot/gnuplot/" )
80+ :link '(info-link :tag " Info Manual" " (gnuplot)" )
8581 :link '(emacs-commentary-link :tag " Commentary" " gnuplot.el" ))
8682
8783(defgroup gnuplot-insertions nil
You can’t perform that action at this time.
0 commit comments