summaryrefslogtreecommitdiff
path: root/lisp/vcursor.el
diff options
context:
space:
mode:
authorDan Nicolaescu <done@ece.arizona.edu>1998-04-20 02:34:53 +0000
committerDan Nicolaescu <done@ece.arizona.edu>1998-04-20 02:34:53 +0000
commitcd32a7baa4746f699fa4d945c1b1b9e50a9486da (patch)
treecabc0a074c3be5317cdcbed2883b3849e9ed241f /lisp/vcursor.el
parente8bcd26ec19d7631a21aa0fc07b4fd076eb91d55 (diff)
downloademacs-cd32a7baa4746f699fa4d945c1b1b9e50a9486da.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/vcursor.el')
-rw-r--r--lisp/vcursor.el6
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.