From 949b810e82d9442da4816b9d31b6922f17f68ea7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 4 Aug 1998 09:34:25 +0000 Subject: [PATCH] (vcursor group): Move this to `editing' group. --- lisp/vcursor.el | 4 ++-- 1 file 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 -;; 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)) -- 2.39.2