From: Richard M. Stallman Date: Sun, 1 Sep 2002 13:30:19 +0000 (+0000) Subject: (defgroup ruler-mode): Use `convenience' as parent. X-Git-Tag: ttn-vms-21-2-B4~13437 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a8f99fa7a37014cdcab8c63111de98ee5371718;p=emacs.git (defgroup ruler-mode): Use `convenience' as parent. --- diff --git a/lisp/ruler-mode.el b/lisp/ruler-mode.el index bc1c406d70a..35c4449b58a 100644 --- a/lisp/ruler-mode.el +++ b/lisp/ruler-mode.el @@ -6,7 +6,7 @@ ;; Maintainer: David Ponce ;; 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.