X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/85ca47671ccbffe87d6ccad17039b49d6b676d61..7c6317a0498b6690ea668909ac012cb45e6f809b:/lisp/obsolete/vc-arch.el diff --git a/lisp/obsolete/vc-arch.el b/lisp/obsolete/vc-arch.el index 2469f761a9..3b54b65419 100644 --- a/lisp/obsolete/vc-arch.el +++ b/lisp/obsolete/vc-arch.el @@ -1,6 +1,6 @@ ;;; vc-arch.el --- VC backend for the Arch version-control system -*- lexical-binding: t -*- -;; Copyright (C) 2004-2015 Free Software Foundation, Inc. +;; Copyright (C) 2004-2016 Free Software Foundation, Inc. ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Stefan Monnier @@ -315,7 +315,7 @@ Only the value `maybe' can be trusted :-(." (declare-function vc-exec-after "vc-dispatcher" (code)) (defun vc-arch-dir-status-files (dir _files callback) - "Run 'tla inventory' for DIR and pass results to CALLBACK. + "Run `tla inventory' for DIR and pass results to CALLBACK. CALLBACK expects (ENTRIES &optional MORE-TO-COME); see `vc-dir-refresh'." (let ((default-directory dir)) @@ -397,7 +397,7 @@ CALLBACK expects (ENTRIES &optional MORE-TO-COME); see (pcase (vc-state file) ((or `up-to-date `needs-update) ?-) (`added ?@) - (t ?:)) + (_ ?:)) rev))) (defun vc-arch-diff3-rej-p (rej)