aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cus-edit.el
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2004-03-08 01:10:23 +0000
committerStefan Monnier <[email protected]>2004-03-08 01:10:23 +0000
commit5895f7fd1a20b2197951395a3c33d4e90ca7f992 (patch)
tree31384ab5fdeb2db6495bed05705d65ee78af91bd /lisp/cus-edit.el
parente4b7444db4a69af0bdb4230aa42f1127beafc23b (diff)
(fill) <defgroup>: Move to fill.el.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r--lisp/cus-edit.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index fc5e7ecb8a..04570b1512 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -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 <[email protected]>
;; 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)