the following diff fixes an obvious typo: instead of `stdout' & `stderr',
undefined globals `output' and `error' were used


=== modified file 'lisp/dvc-diff.el'
--- lisp/dvc-diff.el    2007-05-02 09:20:41 +0000
+++ lisp/dvc-diff.el    2007-06-15 19:26:26 +0000
@@ -654,8 +661,8 @@
      dvc-diff-cookie
      (list 'message
            (concat "* " msg ":\n"
-                   (dvc-buffer-content output)
-                   (dvc-buffer-content error))))
+                   (dvc-buffer-content stdout)
+                   (dvc-buffer-content stderr))))
     (ewoc-refresh dvc-diff-cookie)
     (recenter))
   (message msg))





-- 
Sam Steingold (http://sds.podval.org/) on Fedora Core release 5 (Bordeaux)
http://israelunderattack.slide.com http://camera.org http://honestreporting.com
http://iris.org.il http://jihadwatch.org http://pmw.org.il
My inferiority complex is not as good as yours.

_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to