diff options
| author | Miles Bader | 2008-01-30 07:57:28 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-01-30 07:57:28 +0000 |
| commit | d235ca2ff8fab139ce797757fcb159d1e28fa7e0 (patch) | |
| tree | 96c5cd1a06a0d9dc26e8470c6eabfc032c0046f3 /src/coding.c | |
| parent | 3709a060f679dba14df71ae64a0035fa2b5b3106 (diff) | |
| parent | 02cbe062bee38a6705bafb1699d77e3c44cfafcf (diff) | |
| download | emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.tar.gz emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.zip | |
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 32a775f3468..89a3090fa56 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -9810,7 +9810,9 @@ Function to call to select safe coding system for encoding a text. | |||
| 9810 | 9810 | ||
| 9811 | If set, this function is called to force a user to select a proper | 9811 | If set, this function is called to force a user to select a proper |
| 9812 | coding system which can encode the text in the case that a default | 9812 | coding system which can encode the text in the case that a default |
| 9813 | coding system used in each operation can't encode the text. | 9813 | coding system used in each operation can't encode the text. The |
| 9814 | function should take care that the buffer is not modified while | ||
| 9815 | the coding system is being selected. | ||
| 9814 | 9816 | ||
| 9815 | The default value is `select-safe-coding-system' (which see). */); | 9817 | The default value is `select-safe-coding-system' (which see). */); |
| 9816 | Vselect_safe_coding_system_function = Qnil; | 9818 | Vselect_safe_coding_system_function = Qnil; |