emacs-devel
[Top][All Lists]
Advanced

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

Re: strange byte compiler behavior


From: Dan Nicolaescu
Subject: Re: strange byte compiler behavior
Date: Mon, 31 Dec 2007 14:11:34 -0800

martin rudalics <address@hidden> writes:

  > There's still the occurrence of `file' in `vc-next-action' I reported in
  > 
  > http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg00872.html
  > 
  >      ((stringp state)
  >       (let ((revision
  >          (if verbose
  >              (read-string "Revision to steal: ")
  >            (vc-working-revision file))))
  >                                 ^^^^
  >     (dolist (file files) (vc-steal-lock file revision state))))

Interesting. No warning is ever issued for this one, and an incorrect
one is issued for another occurrence of `file' in that file in
interactive mode.

[I think is better to refrain from fixing the code until the byte
compiler issues are analyzed].




reply via email to

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