[Top][All Lists]
[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))))))))
- Re: strange byte compiler behavior,
martin rudalics <=
- Re: strange byte compiler behavior, Dan Nicolaescu, 2008/01/02
- Re: strange byte compiler behavior, martin rudalics, 2008/01/02
- Re: strange byte compiler behavior, Dan Nicolaescu, 2008/01/02
- Re: strange byte compiler behavior, David Kastrup, 2008/01/02
- Re: strange byte compiler behavior, Richard Stallman, 2008/01/04
- Re: strange byte compiler behavior, Stefan Monnier, 2008/01/04
- Re: strange byte compiler behavior, Richard Stallman, 2008/01/05
- Re: strange byte compiler behavior, Stefan Monnier, 2008/01/05
- Re: strange byte compiler behavior, martin rudalics, 2008/01/06