# HG changeset patch # User Richard M. Stallman # Date 902223265 0 # Node ID 12fca8181ecad5033cbc09456943dfb951456fa7 # Parent 00d2d08d657b8c2187ea437ee6edec9318c3912d (vcursor group): Move this to `editing' group. diff -r 00d2d08d657b -r 12fca8181eca lisp/vcursor.el --- 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 -;; 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))