[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: flyspell doesn't catch local variables?
From: |
Stefan Monnier |
Subject: |
Re: flyspell doesn't catch local variables? |
Date: |
Wed, 06 Dec 2006 14:44:43 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux) |
> Out of curiosity more than correction, why use `function' in your calls to
> *-hook? It's not an environment where you could actually inline a
> function call or aid compiling in any way that I can see...
You either have to put function' or `quote' (or their respective
shorthand ' or #'), so if it's a function you may as well use `function'.
It's at least harmless and could even be considered better because it gives
more information about the intent.
Stefan