emacs-devel
[Top][All Lists]
Advanced

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

Re: strange byte compiler behavior


From: martin rudalics
Subject: Re: strange byte compiler behavior
Date: Tue, 01 Jan 2008 11:33:49 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

>   > IIRC, it's a known issue with the byte-compiler.  The "incorrect"
>   > warning you see is the warning for the one I mention.
>
> Doubtful, I fixed that issue in my tree and I still get a warning.

Because there's yet another one here:

              (setq revision (read-string "New revision or backend: "))
              (let ((vsym (intern (upcase revision))))
                (if (member vsym vc-handled-backends)
                    (vc-transfer-file file vsym)
                                      ^^^^
                  (vc-checkin ready-for-commit revision))))))))





reply via email to

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