emacs-devel
[Top][All Lists]
Advanced

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

strange byte compiler behavior


From: Dan Nicolaescu
Subject: strange byte compiler behavior
Date: Mon, 31 Dec 2007 12:55:40 -0800

When compiling vc-cvs in batch mode (cd emacs/lisp; make recompile) 
no warning is issued. 

When compiling it with M-x byte-compile-file this warning is issued:

In vc-cvs-register:
vc-cvs.el:301:41:Warning: reference to free variable `file'


The warning is correct, it looks like vc-cvs-register has a bug, it
should look at `files', not `file'.

Any idea why this warning is not issued in batch mode?




reply via email to

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