emacs-devel
[Top][All Lists]
Advanced

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

Re: Warnings in vc-git.el


From: Dmitry Gutov
Subject: Re: Warnings in vc-git.el
Date: Fri, 23 Feb 2018 12:52:47 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Thunderbird/59.0

On 2/23/18 8:54 AM, Eli Zaretskii wrote:
Latest changes in vc-git.el cause byte-compiler warnings:

     ELC      vc/vc-git.elc

   In vc-git--pushpull:
   vc/vc-git.el:900:21:Warning: assignment to free variable
       `compilation-directory'
   vc/vc-git.el:906:36:Warning: assignment to free variable
       `compilation-arguments'
   vc/vc-git.el:1415:1:Warning: Unused lexical variable 
`compilation-environment'

   In vc-git-grep:
   vc/vc-git.el:1466:55:Warning: reference to free variable
       `compilation-environment'

I guess these definitions were previously pulled in by (require 'grep).



reply via email to

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