diff options
author | Dan Nicolaescu <done@ece.arizona.edu> | 1998-04-20 02:34:53 +0000 |
---|---|---|
committer | Dan Nicolaescu <done@ece.arizona.edu> | 1998-04-20 02:34:53 +0000 |
commit | cd32a7baa4746f699fa4d945c1b1b9e50a9486da (patch) | |
tree | cabc0a074c3be5317cdcbed2883b3849e9ed241f /lisp/vcursor.el | |
parent | e8bcd26ec19d7631a21aa0fc07b4fd076eb91d55 (diff) | |
download | emacs-cd32a7baa4746f699fa4d945c1b1b9e50a9486da.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/vcursor.el')
-rw-r--r-- | lisp/vcursor.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/vcursor.el b/lisp/vcursor.el index 1eeed59715f..d4c13f46103 100644 --- a/lisp/vcursor.el +++ b/lisp/vcursor.el @@ -337,12 +337,14 @@ This will cause text insertion to be much slower. Note that no special interpretation of strings is done: \"\C-x\" is a string of four characters. The default is simply to copy strings." :type 'boolean - :group 'vcursor) + :group 'vcursor + :version "20.3") (defcustom vcursor-string "**>" "String used to show the vcursor position on dumb terminals." :type 'string - :group 'vcursor) + :group 'vcursor + :version "20.3") (defvar vcursor-overlay nil "Overlay for the virtual cursor. |