diff lisp/cus-edit.el @ 54312:459874ec71ce

(fill) <defgroup>: Move to fill.el.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 08 Mar 2004 01:09:08 +0000
parents 36b31fc002f2
children 5b50970ffa95
line wrap: on
line diff
--- a/lisp/cus-edit.el	Mon Mar 08 01:07:13 2004 +0000
+++ b/lisp/cus-edit.el	Mon Mar 08 01:09:08 2004 +0000
@@ -1,6 +1,6 @@
 ;;; cus-edit.el --- tools for customizing Emacs and Lisp packages
 ;;
-;; Copyright (C) 1996,97,1999,2000,01,02,2003  Free Software Foundation, Inc.
+;; Copyright (C) 1996,97,1999,2000,01,02,03,2004  Free Software Foundation, Inc.
 ;;
 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
 ;; Maintainer: FSF
@@ -286,11 +286,6 @@
   "Content of the modeline."
   :group 'environment)
 
-(defgroup fill nil
-  "Indenting and filling text."
-  :link '(custom-manual "(emacs)Filling Text")
-  :group 'editing)
-
 (defgroup editing-basics nil
   "Most basic editing facilities."
   :group 'editing)