comparison lisp/vc-arch.el @ 90951:3619e7770f2e

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 793-802) - Update from CVS - Remove RCS keywords - Merge from emacs--rel--22 * emacs--rel--22 (patch 42-50) - Update from CVS - Merge from gnus--rel--5.10 - Gnus ChangeLog tweaks * gnus--rel--5.10 (patch 229-232) - Merge from emacs--devo--0, emacs--rel--22 - ChangeLog tweak - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-223
author Miles Bader <miles@gnu.org>
date Sat, 16 Jun 2007 22:32:13 +0000
parents 4ef881a120fe fa58a242b75e
children 988f1edc9674
comparison
equal deleted inserted replaced
90950:8568c29985a3 90951:3619e7770f2e
60 ;;; 60 ;;;
61 ;;; Customization options 61 ;;; Customization options
62 ;;; 62 ;;;
63 63
64 (defvar vc-arch-command 64 (defvar vc-arch-command
65 (let ((candidates '("tla"))) 65 (let ((candidates '("tla" "baz")))
66 (while (and candidates (not (executable-find (car candidates)))) 66 (while (and candidates (not (executable-find (car candidates))))
67 (setq candidates (cdr candidates))) 67 (setq candidates (cdr candidates)))
68 (or (car candidates) "tla"))) 68 (or (car candidates) "tla")))
69 69
70 ;; Clear up the cache to force vc-call to check again and discover 70 ;; Clear up the cache to force vc-call to check again and discover