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 | 949b810e82d9442da4816b9d31b6922f17f68ea7 (patch) | |
tree | e6bc540b9cac9adceb1700e2f6b8e0bb680b7bf0 /lisp/vcursor.el | |
parent | c2705d61dea1317d2ab2529d9d410c889ff3b9f8 (diff) | |
download | emacs-949b810e82d9442da4816b9d31b6922f17f68ea7.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)) |