diff options
| author | Chong Yidong | 2006-02-15 01:37:53 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-02-15 01:37:53 +0000 |
| commit | 252293378b1467cd6dda2e69154fed991e6a6e8a (patch) | |
| tree | 28b92ad92866000a477516666b379a9f68a6b545 | |
| parent | 0a158521c591c4e81e544ef60956543b0d59e86d (diff) | |
| download | emacs-252293378b1467cd6dda2e69154fed991e6a6e8a.tar.gz emacs-252293378b1467cd6dda2e69154fed991e6a6e8a.zip | |
* custom.texi (Unsafe File Variables): File variable confirmation
assumed denied in batch mode.
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/custom.texi | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index f142ed75616..141115ec00e 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-02-14 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * custom.texi (Unsafe File Variables): File variable confirmation | ||
| 4 | assumed denied in batch mode. | ||
| 5 | |||
| 1 | 2006-02-14 Richard M. Stallman <rms@gnu.org> | 6 | 2006-02-14 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * building.texi (GDB User Interface Layout): Don't say `inferior' | 8 | * building.texi (GDB User Interface Layout): Don't say `inferior' |
diff --git a/man/custom.texi b/man/custom.texi index 5b6dcde70ee..8c414e6393c 100644 --- a/man/custom.texi +++ b/man/custom.texi | |||
| @@ -1194,6 +1194,9 @@ that file, and asks you for confirmation before setting them. You can | |||
| 1194 | type @samp{y} or @samp{SPC} to apply the local variables list, or | 1194 | type @samp{y} or @samp{SPC} to apply the local variables list, or |
| 1195 | @samp{n} to ignore it. | 1195 | @samp{n} to ignore it. |
| 1196 | 1196 | ||
| 1197 | When Emacs is run in batch mode (@pxref{Initial Options}), it | ||
| 1198 | assumes that the answer is @samp{n}. | ||
| 1199 | |||
| 1197 | There is a set of file variables and values that are known to be | 1200 | There is a set of file variables and values that are known to be |
| 1198 | safe. For instance, it is safe to give @code{comment-column} or | 1201 | safe. For instance, it is safe to give @code{comment-column} or |
| 1199 | @code{fill-column} any integer value. If a file specifies only safe | 1202 | @code{fill-column} any integer value. If a file specifies only safe |