Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
This commit is contained in:
Miles Bader 2008-01-30 07:57:28 +00:00
commit d235ca2ff8
391 changed files with 17127 additions and 9185 deletions

View file

@ -9810,7 +9810,9 @@ Function to call to select safe coding system for encoding a text.
If set, this function is called to force a user to select a proper
coding system which can encode the text in the case that a default
coding system used in each operation can't encode the text.
coding system used in each operation can't encode the text. The
function should take care that the buffer is not modified while
the coding system is being selected.
The default value is `select-safe-coding-system' (which see). */);
Vselect_safe_coding_system_function = Qnil;