diff options
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -773,7 +773,7 @@ have to bother. | |||
| 773 | 773 | ||
| 774 | Defaulting c-style-variables-are-local-p to t avoids the confusing | 774 | Defaulting c-style-variables-are-local-p to t avoids the confusing |
| 775 | situation that occurs when a user sets some style variables globally | 775 | situation that occurs when a user sets some style variables globally |
| 776 | and edit both a Java and a non-Java file in the same Emacs session. | 776 | and edits both a Java and a non-Java file in the same Emacs session. |
| 777 | If the style variables aren't buffer local in this case, loading of | 777 | If the style variables aren't buffer local in this case, loading of |
| 778 | the second file will cause the default style (either "gnu" or "java" | 778 | the second file will cause the default style (either "gnu" or "java" |
| 779 | by default) to override the global settings made by the user. | 779 | by default) to override the global settings made by the user. |