X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/2db38a6f98c2abb42b746064ce97417cccc27e68..6b8bc570715801cb194dc4273370eab87628e8bf:/lisp/vcursor.el diff --git a/lisp/vcursor.el b/lisp/vcursor.el index 3573a86ad4..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, 2009, 2010 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