emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/vc-arch.el,v


From: Sam Steingold
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-arch.el,v
Date: Tue, 12 Jun 2007 13:37:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Sam Steingold <sds>     07/06/12 13:37:58

Index: vc-arch.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-arch.el,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- vc-arch.el  28 Mar 2007 01:19:43 -0000      1.24
+++ vc-arch.el  12 Jun 2007 13:37:56 -0000      1.25
@@ -62,7 +62,7 @@
 ;;;
 
 (defvar vc-arch-command
-  (let ((candidates '("tla")))
+  (let ((candidates '("tla" "baz" "bzr")))
     (while (and candidates (not (executable-find (car candidates))))
       (setq candidates (cdr candidates)))
     (or (car candidates) "tla")))




reply via email to

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