summaryrefslogtreecommitdiff
path: root/lisp/vc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-11-29 13:34:29 -0800
committerGlenn Morris <rgm@gnu.org>2014-11-29 13:34:29 -0800
commit741f5e15dd6fff6a57f97549a56480103ede7179 (patch)
treee93c93f6f9317cb827bac25ca45cfda5f32406e9 /lisp/vc
parent1252594e56ba47b63d5605deefb9c541229e1c98 (diff)
downloademacs-741f5e15dd6fff6a57f97549a56480103ede7179.tar.gz
* lisp/vc/vc-src.el: Fix copy-pasted :version tags.
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/vc-src.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/vc/vc-src.el b/lisp/vc/vc-src.el
index 884e0500b68..61133684ef1 100644
--- a/lisp/vc/vc-src.el
+++ b/lisp/vc/vc-src.el
@@ -23,7 +23,7 @@
;;; Commentary:
-;; See vc.el. SRC requires an underlying RCS version of 4.0 or greater.
+;; See vc.el. SRC requires an underlying RCS version of 4.0 or greater.
;; FUNCTION NAME STATUS
;; BACKEND PROPERTIES
@@ -96,7 +96,7 @@
(defgroup vc-src nil
"VC SRC backend."
- :version "24.1"
+ :version "25.1"
:group 'vc)
(defcustom vc-src-release nil
@@ -119,7 +119,6 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches."
(const :tag "None" t)
(string :tag "Argument String")
(repeat :tag "Argument List" :value ("") string))
- :version "21.1"
:group 'vc-src)
;; This needs to be autoloaded because vc-src-registered uses it (via
@@ -135,7 +134,6 @@ For a description of possible values, see `vc-check-master-templates'."
(repeat :tag "User-specified"
(choice string
function)))
- :version "21.1"
:group 'vc-src)