Mercurial > emacs
comparison src/coding.c @ 91367:c70e45a7acfd
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Wed, 30 Jan 2008 07:57:28 +0000 |
| parents | 56f3473b139e 0ec6f8d26078 |
| children | 419a669bc4f2 |
comparison
equal
deleted
inserted
replaced
| 91366:86f3a8f0a3a6 | 91367:c70e45a7acfd |
|---|---|
| 9808 doc: /* | 9808 doc: /* |
| 9809 Function to call to select safe coding system for encoding a text. | 9809 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; |
| 9817 | 9819 |
| 9818 DEFVAR_BOOL ("coding-system-require-warning", | 9820 DEFVAR_BOOL ("coding-system-require-warning", |
