From 26339c15d4258db000565bf167669976ebe90f3d Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Fri, 20 Jan 2006 21:37:58 +0000 Subject: [PATCH] (gmm): Add :prefix to defgroup. --- lisp/ChangeLog | 1 + lisp/gmm-utils.el | 1 + 2 files changed, 2 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e14c0c978..948e97ea8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -7,6 +7,7 @@ tool bars. (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug output. + (gmm): Add :prefix to defgroup. 2006-01-20 Per Abrahamsen diff --git a/lisp/gmm-utils.el b/lisp/gmm-utils.el index 218058c1c..efe8fa0b4 100644 --- a/lisp/gmm-utils.el +++ b/lisp/gmm-utils.el @@ -32,6 +32,7 @@ (defgroup gmm nil "Utility functions for Gnus, Message and MML" + :prefix "gmm-" :group 'lisp) ;; Helper functions from `gnus-utils.el': gmm-verbose, gmm-message, gmm-error -- 2.34.1