emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 01/01: Clean up after SRC support merge (typo fixes


From: Eric S. Raymond
Subject: [Emacs-diffs] master 01/01: Clean up after SRC support merge (typo fixes).
Date: Fri, 21 Nov 2014 03:44:40 +0000

branch: master
commit f9c0081e985f80d25619d2d826c6983dc0172b1b
Author: Eric S. Raymond <address@hidden>
Date:   Thu Nov 20 22:44:07 2014 -0500

    Clean up after SRC support merge (typo fixes).
---
 lisp/vc/vc-hooks.el |    2 +-
 lisp/vc/vc-src.el   |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el
index 31ae9bf..28fbaae 100644
--- a/lisp/vc/vc-hooks.el
+++ b/lisp/vc/vc-hooks.el
@@ -118,7 +118,7 @@ Removing an entry from the list prevents VC from being 
activated
 when visiting a file managed by that backend.
 An empty list disables VC altogether."
   :type '(repeat symbol)
-  :version "23.1"
+  :version "25.1"
   :group 'vc)
 
 ;; Note: we don't actually have a darcs back end yet.
diff --git a/lisp/vc/vc-src.el b/lisp/vc/vc-src.el
index 18fac0e..d0787b0 100644
--- a/lisp/vc/vc-src.el
+++ b/lisp/vc/vc-src.el
@@ -142,7 +142,7 @@ For a description of possible values, see 
`vc-check-master-templates'."
 ;;; Properties of the backend
 
 (defun vc-src-revision-granularity () 'file)
-(defun vc-hg-checkout-model (_files) 'implicit)
+(defun vc-src-checkout-model (_files) 'implicit)
 
 ;;;
 ;;; State-querying functions
@@ -302,7 +302,7 @@ If LIMIT is non-nil, show no more than this many entries."
       (apply 'vc-src-command buffer files (if shortlog "list" "log")
             (nconc
              ;;(when start-revision (list (format "%s-1" start-revision)))
-             ;;(when limit (list "-l" (format "%s" limit)))
+             (when limit (list "-l" (format "%s" limit)))
              vc-src-log-switches)))))
 
 (defun vc-src-diff (files &optional oldvers newvers buffer)



reply via email to

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