From 92403bfe1cd1a6a1eec05ce4daba473eb80a6435 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Thu, 26 Jan 2006 05:14:45 +0000 Subject: [PATCH] (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't autoload. From Steve Youngs. (gmm-verbose): Add :group. --- lisp/ChangeLog | 9 +++++++++ lisp/gmm-utils.el | 5 ++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eacf76bf8..1eed4b9b2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2006-01-26 Steve Youngs + + * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't + autoload. + +2006-01-26 Katsumi Yamaoka + + * gmm-utils.el (gmm-verbose): Add :group. + 2006-01-25 Reiner Steib * message.el: Change some comments WRT tool-bars. diff --git a/lisp/gmm-utils.el b/lisp/gmm-utils.el index 932bd8c60..41ae4b37e 100644 --- a/lisp/gmm-utils.el +++ b/lisp/gmm-utils.el @@ -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" -- 2.25.1