Mercurial > emacs
changeset 47183:865837df3fe7
(defgroup ruler-mode): Use `convenience' as parent.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 01 Sep 2002 13:30:19 +0000 |
parents | 1f4d03aef3cf |
children | 04a4d5eda995 |
files | lisp/ruler-mode.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ruler-mode.el Sun Sep 01 13:29:34 2002 +0000 +++ b/lisp/ruler-mode.el Sun Sep 01 13:30:19 2002 +0000 @@ -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. @@ -106,7 +106,7 @@ (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.