]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/text-mode.el
Merge from emacs-23
[gnu-emacs] / lisp / textmodes / text-mode.el
index bcde482cdd437b9472f98143a24d7a123c1e27af..07e8b8dd2bb6e4e768a3a371d92901457e0874f3 100644 (file)
@@ -5,6 +5,7 @@
 
 ;; Maintainer: FSF
 ;; Keywords: wp
+;; Package: emacs
 
 ;; This file is part of GNU Emacs.
 
@@ -32,7 +33,7 @@
   "Normal hook run when entering Text mode and many related modes."
   :type 'hook
   :options '(turn-on-auto-fill turn-on-flyspell)
-  :group 'data)
+  :group 'wp)
 
 (defvar text-mode-variant nil
   "Non-nil if this buffer's major mode is a variant of Text mode.