changeset 22901:12fca8181eca

(vcursor group): Move this to `editing' group.
author Richard M. Stallman <rms@gnu.org>
date Tue, 04 Aug 1998 09:34:25 +0000
parents 00d2d08d657b
children 18839ab53285
files lisp/vcursor.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vcursor.el	Tue Aug 04 09:30:02 1998 +0000
+++ b/lisp/vcursor.el	Tue Aug 04 09:34:25 1998 +0000
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1994, 1996, 1998 Free Software Foundation, Inc.
 
 ;; Author:   Peter Stephenson <pws@ibmth.df.unipi.it>
-;; Keywords: virtual cursor, display, copying
+;; Keywords: virtual cursor, convenience
 
 ;; This file is part of GNU Emacs.
 
@@ -324,7 +324,7 @@
 (defgroup vcursor nil
   "Manipulate an alternative (\"virtual\") cursor."
   :prefix "vcursor-"
-  :group 'display)
+  :group 'editing)
 
 (defface vcursor
   '((((class color)) (:foreground "blue" :background "cyan" :underline t))