(gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't autoload. From Steve Youngs.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 26 Jan 2006 05:14:45 +0000 (05:14 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 26 Jan 2006 05:14:45 +0000 (05:14 +0000)
(gmm-verbose): Add :group.

lisp/ChangeLog
lisp/gmm-utils.el

index eacf76b..1eed4b9 100644 (file)
@@ -1,3 +1,12 @@
+2006-01-26  Steve Youngs  <steve@sxemacs.org>
+
+       * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
+       autoload.
+
+2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gmm-utils.el (gmm-verbose): Add :group.
+
 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * message.el: Change some comments WRT tool-bars.
index 932bd8c..41ae4b3 100644 (file)
@@ -43,7 +43,8 @@ The higher the number, the more messages will flash to say what
 it done.  At zero, it will be totally mute; at five, it will
 display most important messages; and at ten, it will keep on
 jabbering all the time."
-  :type 'integer)
+  :type 'integer
+  :group 'gmm)
 
 ;;;###autoload
 (defun gmm-message (level &rest args)
@@ -110,7 +111,6 @@ This is copy of the `lazy' widget in Emacs 22.1 provided for compatibility."
 ;; version will provide customizable tool bar buttons using a different
 ;; interface.
 
-;;;###autoload
 (define-widget 'gmm-tool-bar-item (if (gmm-widget-p 'lazy) 'lazy 'gmm-lazy)
   "Tool bar list item."
   :tag "Tool bar item"
@@ -130,7 +130,6 @@ This is copy of the `lazy' widget in Emacs 22.1 provided for compatibility."
                (const :tag "No map")
                (plist :inline t :tag "Properties"))))
 
-;;;###autoload
 (define-widget 'gmm-tool-bar-zap-list (if (gmm-widget-p 'lazy) 'lazy 'gmm-lazy)
   "Tool bar zap list."
   :tag "Tool bar zap list"