Windows 2000 Professional にインストールしている Meadow3 を r4031 から r4038 に NetInstall でアップデートしました。
すると、 ~/.emacs を C-x C-f で読み込もうとする度に、以下の内容のバッファが開き、選択を求められるようになりました。
The local variables list in .emacs
contains values that may not be safe (*) .
Do you want to apply it ? You can type
y -- to apply the local variables list.
n -- to ignore the local variables list.
! -- to apply the local variables list, and mark these values (*) as
safe (in the future, they can be set automatically.)
* syntax : elisp
また、雛形ファイル dot.emacs.ja を C-x C-f で読み込む場合にも同様のメッセージが表示されました。
The local variables list in dot.emacs.ja
(以下同様のメッセージなので省略)
さらに、 r4050 でも試してみましたが、同様のメッセージがそれぞれ表示されました_| ̄|○