diff options
| author | Richard M. Stallman | 2004-05-30 13:35:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-05-30 13:35:41 +0000 |
| commit | 18684a3ad1cfb3ccc6c7223aa4de8a9a90fce05b (patch) | |
| tree | 0d8c2829aa4134c6bb052614fa57325959278f8f | |
| parent | 91174d63b4d928d2a88d6b89d3af7599aaa26f34 (diff) | |
| download | emacs-18684a3ad1cfb3ccc6c7223aa4de8a9a90fce05b.tar.gz emacs-18684a3ad1cfb3ccc6c7223aa4de8a9a90fce05b.zip | |
(File Local Variables): Minor cleanup.
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/variables.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 91f41c8eb91..7b6d3a95886 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-05-30 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * variables.texi (File Local Variables): Minor cleanup. | ||
| 4 | |||
| 1 | 2004-05-30 Michael Albinus <michael.albinus@gmx.de> | 5 | 2004-05-30 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * files.texi (Magic File Names): Add `file-remote-p' as operation | 7 | * files.texi (Magic File Names): Add `file-remote-p' as operation |
diff --git a/lispref/variables.texi b/lispref/variables.texi index f4c56ede4d9..c395702a40a 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi | |||
| @@ -1769,8 +1769,8 @@ nor any other file local variable. It does not check whether a mode | |||
| 1769 | is specified in the local variables list at the end of the file. | 1769 | is specified in the local variables list at the end of the file. |
| 1770 | @end defun | 1770 | @end defun |
| 1771 | 1771 | ||
| 1772 | If a file local variable list could specify a function that will | 1772 | If a file local variable list could specify a function that would |
| 1773 | be called later, or an expression that will be executed later, simply | 1773 | be called later, or an expression that would be executed later, simply |
| 1774 | visiting a file could take over your Emacs. To prevent this, Emacs | 1774 | visiting a file could take over your Emacs. To prevent this, Emacs |
| 1775 | takes care not to allow local variable lists to set such variables. | 1775 | takes care not to allow local variable lists to set such variables. |
| 1776 | 1776 | ||