changeset 32166:e3be69cf6c81

(image): New group.
author Miles Bader <miles@gnu.org>
date Thu, 05 Oct 2000 07:45:51 +0000
parents 677989e54ee9
children 55287dc4a8c6
files lisp/image.el
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/image.el	Thu Oct 05 06:07:38 2000 +0000
+++ b/lisp/image.el	Thu Oct 05 07:45:51 2000 +0000
@@ -24,6 +24,12 @@
 
 ;;; Code:
 
+
+(defgroup image ()
+  "Image support."
+  :group 'multimedia)
+
+
 (defconst image-type-regexps
   '(("^/\\*.*XPM.\\*/" . xpm)
     ("^P[1-6]" . pbm)