diff lisp/custom/custom.el @ 102:a145efe76779 r20-1b3

Import from CVS: tag r20-1b3
author cvs
date Mon, 13 Aug 2007 09:15:49 +0200
parents 4be1180a9e89
children 8ff55ebd4be9
line wrap: on
line diff
--- a/lisp/custom/custom.el	Mon Aug 13 09:15:13 2007 +0200
+++ b/lisp/custom/custom.el	Mon Aug 13 09:15:49 2007 +0200
@@ -4,7 +4,7 @@
 ;;
 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
 ;; Keywords: help, faces
-;; Version: 1.44
+;; Version: 1.46
 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/
 
 ;;; Commentary:
@@ -494,18 +494,6 @@
 
 ;;; Meta Customization
 
-(defgroup emacs nil
-  "Customization of the One True Editor."
-  :link '(custom-manual "(emacs)Top"))
-
-(defgroup customize '((widgets custom-group))
-  "Customization of the Customization support."
-  :link '(custom-manual "(custom)Top")
-  :link '(url-link :tag "Development Page" 
-		   "http://www.dina.kvl.dk/~abraham/custom/")
-  :prefix "custom-"
-  :group 'emacs)
-
 (defcustom custom-define-hook nil
   "Hook called after defining each customize option."
   :group 'customize