X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/ac3232837188f7e1c4ffe34b76edede0ccb54f5e..84bd6e9e02c051816d8ba8e31fec2c3f912ae8fa:/lisp/vcursor.el diff --git a/lisp/vcursor.el b/lisp/vcursor.el index 4f5ebf8d8a..d4fc35920a 100644 --- a/lisp/vcursor.el +++ b/lisp/vcursor.el @@ -1,7 +1,6 @@ ;;; vcursor.el --- manipulate an alternative ("virtual") cursor -;; Copyright (C) 1994, 1996, 1998, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 1994, 1996, 1998, 2001-2011 Free Software Foundation, Inc. ;; Author: Peter Stephenson ;; Maintainer: FSF @@ -325,7 +324,7 @@ (defgroup vcursor nil "Manipulate an alternative (\"virtual\") cursor." :prefix "vcursor-" - :group 'editing) + :group 'convenience) (defface vcursor '((((class color)) (:foreground "blue" :background "cyan" :underline t)) @@ -1144,5 +1143,4 @@ line is treated like ordinary characters." (provide 'vcursor) -;; arch-tag: cdfe1cdc-2c46-4046-88e4-ed57d20f7aca ;;; vcursor.el ends here