From xemacs-m  Thu Apr 10 05:31:33 1997
Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228])
	by xemacs.org (8.8.5/8.8.5) with SMTP id FAA21124
	for <xemacs-beta@xemacs.org>; Thu, 10 Apr 1997 05:31:30 -0500 (CDT)
Received: from zuse.dina.kvl.dk (zuse.dina.kvl.dk [130.225.40.245]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id MAA24050; Thu, 10 Apr 1997 12:31:23 +0200
Received: (abraham@localhost) by zuse.dina.kvl.dk (8.6.12/8.6.4) id MAA28115; Thu, 10 Apr 1997 12:31:25 +0200
Date: Thu, 10 Apr 1997 12:31:25 +0200
Message-Id: <199704101031.MAA28115@zuse.dina.kvl.dk>
From: Per Abrahamsen <abraham@dina.kvl.dk>
To: xemacs-beta@xemacs.org
Subject: b12: dired in the wrong customization group


I don't think showing the customize menu should load dired.

Thu Apr 10 12:30:29 1997  Per Abrahamsen  <abraham@dina.kvl.dk>

	* efs/dired-faces.el (dired): Move to environment group.

cd /pack/xemacs/src/xemacs-20.1-b12/lisp/efs/
diff -c dired-faces.el~ dired-faces.el 
*** dired-faces.el~	Fri Mar 28 03:28:16 1997
--- dired-faces.el	Thu Apr 10 12:28:48 1997
***************
*** 16,22 ****
  
  (defgroup dired nil
    "Directory editing."
!   :group 'emacs)
  
  (defcustom dired-do-highlighting t
    "Set if we should use highlighting according to filetype."
--- 16,22 ----
  
  (defgroup dired nil
    "Directory editing."
!   :group 'environment)
  
  (defcustom dired-do-highlighting t
    "Set if we should use highlighting according to filetype."

Compilation exited abnormally with code 1 at Thu Apr 10 12:29:08

