]> code.delx.au - gnu-emacs/commitdiff
(defgroup ruler-mode): Use `convenience' as parent.
authorRichard M. Stallman <rms@gnu.org>
Sun, 1 Sep 2002 13:30:19 +0000 (13:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 1 Sep 2002 13:30:19 +0000 (13:30 +0000)
lisp/ruler-mode.el

index bc1c406d70aa1556a40aff5c607d3c95def3fb23..35c4449b58a230c693913c707ac87367d1ff6b79 100644 (file)
@@ -6,7 +6,7 @@
 ;; Maintainer: David Ponce <david@dponce.com>
 ;; Created: 24 Mar 2001
 ;; Version: 1.4
-;; Keywords: environment convenience
+;; Keywords: convenience
 
 ;; This file is part of GNU Emacs.
 
 (defgroup ruler-mode nil
   "Display a ruler in the header line."
   :version "21.4"
-  :group 'environment)
+  :group 'convenience)
 
 (defcustom ruler-mode-show-tab-stops nil
   "*If non-nil the ruler shows tab stop positions.