Re: hack-local-variables

2005-05-08 Thread Luc Teirlinck
Richard Stallman wrote: The behavior of `hack-local-variables' has recently been changed. I don't see any recent change. What change do you mean? Somehow it seems non-trivial to figure out what caused the change. The change does not appear to be mentioned in the Change

Re: hack-local-variables

2005-05-08 Thread Richard Stallman
The behavior of `hack-local-variables' has recently been changed. I don't see any recent change. What change do you mean? The patch below updates the Elisp manual. I can install if desired. Please do. Since this is an incompatible change, should it also be me

hack-local-variables

2005-05-07 Thread Luc Teirlinck
The behavior of `hack-local-variables' has recently been changed. (hack-local-variables t) used to check, until recently, whether a mode was specified in the -*- line. In current CVS, it checks whether a mode is specified in the -*- line _or_ in the local variables list. This incompatible c