[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#16737: Autoloading `safe-local-variable' properties
From: |
Stefan Monnier |
Subject: |
bug#16737: Autoloading `safe-local-variable' properties |
Date: |
Thu, 25 Sep 2014 16:43:22 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
Why do we have things like:
;;;###autoload(put 'c-backslash-column 'safe-local-variable 'integerp)
instead of just
(put 'c-backslash-column 'safe-local-variable 'integerp)
? I mean, shouldn't CC-mode always be loaded by the time we check the
safety of such setting, since the major mode should be set before we set
file-local variables (since otherwise, when we later enable the major
mode, it would re-set the file-local settings).
Stefan
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#16737: Autoloading `safe-local-variable' properties,
Stefan Monnier <=