Re: (let ((file (symbol-value 'file))) ???

2000-05-21 Thread Kai Großjohann
"Stefan Monnier" [EMAIL PROTECTED] writes: But since (let ((file (symbol-value 'file))) does not strike me as an obvious piece of code, it seems that a short comment is in order. Yes, I have now documented the places in question. kai -- Beware of flying birch trees.

(let ((file (symbol-value 'file))) ???

2000-05-20 Thread Stefan Monnier
I see the above form in various places in rcp.el. What is it for ? It seems not to do anything at all, except maybe for silencing the byte-compiler. If so, I think a (defvar file) would be preferable (i.e. more explicit). Stefan "Not convinced that silencing the byte-compiler is