diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-03-08 01:10:23 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-03-08 01:10:23 +0000 |
commit | 5895f7fd1a20b2197951395a3c33d4e90ca7f992 (patch) | |
tree | 31384ab5fdeb2db6495bed05705d65ee78af91bd /lisp/cus-edit.el | |
parent | e4b7444db4a69af0bdb4230aa42f1127beafc23b (diff) | |
download | emacs-5895f7fd1a20b2197951395a3c33d4e90ca7f992.tar.gz |
(fill) <defgroup>: Move to fill.el.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r-- | lisp/cus-edit.el | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index fc5e7ecb8af..04570b1512e 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 <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) |