all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [Emacs-diffs] /srv/bzr/emacs/trunk r99692: * vc-hooks.el  (vc-path): Remove variable and obsolete declaration.
       [not found] <E1NsaCh-0005y8-S9@internal.in.savannah.gnu.org>
@ 2010-03-19 12:10 ` Juanma Barranquero
  0 siblings, 0 replies; only message in thread
From: Juanma Barranquero @ 2010-03-19 12:10 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: Emacs developers

On Fri, Mar 19, 2010 at 10:42, Dan Nicolaescu <dann@ics.uci.edu> wrote:

> ------------------------------------------------------------
> revno: 99692
> committer: Dan Nicolaescu <dann@ics.uci.edu>
> branch nick: trunk
> timestamp: Fri 2010-03-19 02:42:13 -0700
> message:
>  * vc-hooks.el (vc-path): Remove variable and obsolete declaration.

Isn't something like the following patch also needed?

   Juanma



=== modified file 'lisp/vc-dispatcher.el'
--- lisp/vc-dispatcher.el	2010-03-19 09:37:41 +0000
+++ lisp/vc-dispatcher.el	2010-03-19 12:08:30 +0000
@@ -319,14 +319,7 @@
 	(when files
 	  (setq squeezed (nconc squeezed files)))
-	(let ((exec-path (append vc-path exec-path))
-	      ;; Add vc-path to PATH for the execution of this command.
-	      ;; Also, since some functions need to parse the output
+	(let (;; Since some functions need to parse the output
 	      ;; from external commands, set LC_MESSAGES to C.
-	      (process-environment
-	       (cons (concat "PATH=" (getenv "PATH")
-			     path-separator
-			     (mapconcat 'identity vc-path path-separator))
-		     (cons "LC_MESSAGES=C"
-			   process-environment)))
+	      (process-environment (cons "LC_MESSAGES=C" process-environment))
 	      (w32-quote-process-args t))
 	  (if (eq okstatus 'async)




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-19 12:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1NsaCh-0005y8-S9@internal.in.savannah.gnu.org>
2010-03-19 12:10 ` [Emacs-diffs] /srv/bzr/emacs/trunk r99692: * vc-hooks.el (vc-path): Remove variable and obsolete declaration Juanma Barranquero

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.