diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-08-04 09:34:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-08-04 09:34:25 +0000 |
commit | 666a7321b4e31e332faa5686b88267461f2b3ced (patch) | |
tree | d83ef734d170f68800d735fc12a1c3b7833805c7 /lisp/vcursor.el | |
parent | 8a7309de31c660e8858993224d9909da291e8489 (diff) | |
download | emacs-666a7321b4e31e332faa5686b88267461f2b3ced.tar.gz |
(vcursor group): Move this to `editing' group.
Diffstat (limited to 'lisp/vcursor.el')
-rw-r--r-- | lisp/vcursor.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vcursor.el b/lisp/vcursor.el index 89ae105b7fa..669d448aa3e 100644 --- a/lisp/vcursor.el +++ b/lisp/vcursor.el @@ -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)) |