]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/vc-src.el: Fix copy-pasted :version tags.
authorGlenn Morris <rgm@gnu.org>
Sat, 29 Nov 2014 21:34:29 +0000 (13:34 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 29 Nov 2014 21:34:29 +0000 (13:34 -0800)
lisp/ChangeLog
lisp/vc/vc-src.el

index e92a05f76e1817e4e3e3cda5259e100dcc7cda8b..aa2181d5dca2ba18f7b7067d25092e2fc842b0ff 100644 (file)
@@ -1,3 +1,8 @@
+2014-11-29  Glenn Morris  <rgm@gnu.org>
+
+       * vc/vc-src.el (vc-src, vc-src-diff-switches)
+       (vc-src-master-templates): Fix :version tags.
+
 2014-11-29  Paul Rankin  <paul@tilk.co>  (tiny change)
 
        * outline.el (outline-move-subtree-down): Refactor and improve code.
index 884e0500b68a705b68d0d4e1de0d728a39a25d09..61133684ef1dafad13332b5ffcec2b25213ea9d4 100644 (file)
@@ -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)
 
 \f