From: Eric S. Raymond Date: Fri, 21 Nov 2014 03:44:07 +0000 (-0500) Subject: Clean up after SRC support merge (typo fixes). X-Git-Tag: emacs-25.0.90~2635^2~403 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f9c0081e985f80d25619d2d826c6983dc0172b1b;p=emacs.git Clean up after SRC support merge (typo fixes). --- diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index 31ae9bf6dc0..28fbaae9d1d 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 18fac0e3865..d0787b033ee 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)