Committed revision 325 to http://stephe-leake.org/dvc

Clean up byte compiler verbose warnings.
  
  * Makefile.in (dvc-maybe): Delete, since lisp dir has no 'maybe target
      (dvc-verbose): New target for all warnings.
  
  * lisp/Makefile.in (all-verbose): New target for all warnings.
  
  * lisp/dvc-core.el (dvc-revision-get-previous-revision): Delete, since it
    was not used and had a free variable reference bug.
  
  * lisp/dvc-diff.el (dvc-show-changes-buffer): Improve doc string for PARSER.
  
  * lisp/xdarcs.el (xdarcs-parse-whatsnew): Replace let-bound variable
    `output' with `(current-buffer)'.
  
  * lisp/xgit-annotate.el (xgit-annotate-hide-revinfo): Use
    `(goto-char (point-min))' instead of `beginning-of-buffer' as suggested
    by byte compiler warning.
  
  * lisp/xgit.el (xgit-parse-status): Bind `output' locally to
    `(current-buffer)' instead of relying on caller binding it.
  
  * lisp/xhg.el (xhg-parse-status): Replace let-bound variable
    `output' with `(current-buffer)'.

-- 
-- Stephe

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

Reply via email to