6767(defcustom  gnuplot-gui-popup-flag  nil 
6868  " Non-nil means to open arguments pop-ups automatically.
6969This would be done after menu insertion of Gnuplot commands."  
70-   :group  'gnuplot-gui 
7170  :type  'boolean )
7271
7372(defvar  gnuplot-gui-frame  nil 
@@ -83,7 +82,6 @@ This would be done after menu insertion of Gnuplot commands."
8382    (menu-bar-lines .  0 )
8483    (unsplittable .  t ))
8584  " Frame parameters for the input run-time display frame in Emacs." 
86-   :group  'gnuplot-gui 
8785  :type  '(repeat  (sexp :tag  " Parameter:"  )))
8886
8987(defcustom  gnuplot-gui-fontname-list 
@@ -93,7 +91,6 @@ These *must* be quoted, like so \"\\\"Helvetica\\\"\".  This allows
9391for fonts with names like \" \\ \" Arial Bold Italic\\ \"\"  to be treated 
9492as single entries in the menu-buttons.  And it is really important that 
9593the first entry in the list be a blank string."  
96-   :group  'gnuplot-gui 
9794  :type  '(repeat  (string  :tag  " Font name:"  )))
9895
9996; ; some global variables
@@ -593,7 +590,6 @@ The values are \\='simple, which causes a limited set of plot, splot, or
593590fit options to be displayed, and \\= 'complete, which attempts to display 
594591all options.  The \\= 'complete setting is prone to making errors when 
595592parsing values already in the script buffer."  
596-   :group  'gnuplot-gui 
597593  :type  '(radio (const :tag  " Simple listing"     simple)
598594                (const :tag  " Complete listing"   complete)))
599595
@@ -1186,15 +1182,13 @@ into the buffer.  TYPE is the object whose arguments are being set."
11861182                                   (:foreground  " grey30"  ))
11871183                                  (((class  color ) (background  dark ))
11881184                                   (:foreground  " grey70"  )))
1189-   " Face used to display message about unknown widget types." 
1190-   :group  'gnuplot-gui-faces )
1185+   " Face used to display message about unknown widget types."  )
11911186
11921187(defface  gnuplot-gui-flat-text-face  '((((class  color ) (background  light ))
11931188                                       (:foreground  " MediumBlue"  ))
11941189                                      (((class  color ) (background  dark ))
11951190                                       (:foreground  " LightSteelBlue"  )))
1196-   " Face used to display message about unknown widget types." 
1197-   :group  'gnuplot-gui-faces )
1191+   " Face used to display message about unknown widget types."  )
11981192
11991193(defun  gnuplot-gui-make-frame  (item  alist  &optional  save-frame )
12001194  " Open the frame and populate it with widgets.
@@ -1373,24 +1367,21 @@ SAVE-FRAME is non-nil when the widgets are being reset."
13731367                                  (:bold  t  :foreground  " seagreen"  ))
13741368                                 (t 
13751369                                  (:italic  t )))
1376-   " Face used for menu-buttons." 
1377-   :group  'gnuplot-gui-faces )
1370+   " Face used for menu-buttons."  )
13781371(defface  gnuplot-gui-button-face  '((((class  color ) (background  light ))
13791372                                    (:bold  t  :foreground  " sienna"  ))
13801373                                   (((class  color ) (background  dark ))
13811374                                    (:bold  t  :foreground  " tan"  ))
13821375                                   (t 
13831376                                    (:italic  t )))
1384-   " Face used for push-buttons." 
1385-   :group  'gnuplot-gui-faces )
1377+   " Face used for push-buttons."  )
13861378(defface  gnuplot-gui-labels-face  '((((class  color ) (background  light ))
13871379                                    (:bold  t  :foreground  " darkslateblue"  ))
13881380                                   (((class  color ) (background  dark ))
13891381                                    (:bold  t  :foreground  " lightslateblue"  ))
13901382                                   (t 
13911383                                    (:italic  t )))
1392-   " Face used for insert and delete button in the labels widget." 
1393-   :group  'gnuplot-gui-faces )
1384+   " Face used for insert and delete button in the labels widget."  )
13941385
13951386(defun  gnuplot-gui-menu-choice  (item  default  list  &optional  starred )
13961387  " Create a menu widget for the Gnuplot GUI.
0 commit comments