diff options
| author | Eli Zaretskii | 2024-12-22 10:43:57 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2024-12-22 10:43:57 +0200 |
| commit | fe2ac33bae817d1ae48dde81233b41a7ff6bcf53 (patch) | |
| tree | 7e0c2981f8a9892a319e6652e70e45acfd52e8da /doc | |
| parent | 8fb884f0dc0d33cc6515f4d5c19c733c51df8441 (diff) | |
| download | emacs-fe2ac33bae817d1ae48dde81233b41a7ff6bcf53.tar.gz emacs-fe2ac33bae817d1ae48dde81233b41a7ff6bcf53.zip | |
;* doc/misc/efaq.texi (New in Emacs 30): Mention 'trusted-contents'.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/efaq.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index eb38112be1b..dfdadd3d22f 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -943,6 +943,13 @@ Emacs has been ported to the Android operating system. See the file | |||
| 943 | to build it. | 943 | to build it. |
| 944 | 944 | ||
| 945 | @item | 945 | @item |
| 946 | New user option @code{trusted-contents} to allow potentially dangerous | ||
| 947 | Emacs features which could execute arbitrary Lisp code. Use this | ||
| 948 | variable to list files and directories whose contents Emacs should | ||
| 949 | trust, thus allowing those potentially dangerous features when those | ||
| 950 | files are visited. | ||
| 951 | |||
| 952 | @item | ||
| 946 | Numerous performance improvements, for example in parsing JSON, reading | 953 | Numerous performance improvements, for example in parsing JSON, reading |
| 947 | data from subprocesses, handling output from Eshell and in Shell mode, X | 954 | data from subprocesses, handling output from Eshell and in Shell mode, X |
| 948 | selection requests, remote files, and so on. | 955 | selection requests, remote files, and so on. |