# HG changeset patch # User Stefan Monnier # Date 1078708148 0 # Node ID 459874ec71ceb94630d4be1d164465cdb1266ead # Parent c8366dca5cf2894a3504ef63d26c5499ac5203be (fill) : Move to fill.el. diff -r c8366dca5cf2 -r 459874ec71ce lisp/cus-edit.el --- 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 ;; 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)