From: Richard M. Stallman Date: Tue, 4 Aug 1998 09:34:25 +0000 (+0000) Subject: (vcursor group): Move this to `editing' group. X-Git-Tag: emacs-20.3~178 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=949b810e82d9442da4816b9d31b6922f17f68ea7;p=emacs.git (vcursor group): Move this to `editing' group. --- 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))