emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 741f5e1: * lisp/vc/vc-src.el: Fix copy-pasted :vers


From: Glenn Morris
Subject: [Emacs-diffs] master 741f5e1: * lisp/vc/vc-src.el: Fix copy-pasted :version tags.
Date: Sat, 29 Nov 2014 21:34:36 +0000

branch: master
commit 741f5e15dd6fff6a57f97549a56480103ede7179
Author: Glenn Morris <address@hidden>
Date:   Sat Nov 29 13:34:29 2014 -0800

    * lisp/vc/vc-src.el: Fix copy-pasted :version tags.
---
 lisp/ChangeLog    |    5 +++++
 lisp/vc/vc-src.el |    6 ++----
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e92a05f..aa2181d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-29  Glenn Morris  <address@hidden>
+
+       * vc/vc-src.el (vc-src, vc-src-diff-switches)
+       (vc-src-master-templates): Fix :version tags.
+
 2014-11-29  Paul Rankin  <address@hidden>  (tiny change)
 
        * outline.el (outline-move-subtree-down): Refactor and improve code.
diff --git a/lisp/vc/vc-src.el b/lisp/vc/vc-src.el
index 884e050..6113368 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)
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]