emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/coding.c,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/coding.c,v
Date: Wed, 16 Jan 2008 04:12:15 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/01/16 04:12:15

Index: coding.c
===================================================================
RCS file: /sources/emacs/emacs/src/coding.c,v
retrieving revision 1.362
retrieving revision 1.363
diff -u -b -r1.362 -r1.363
--- coding.c    11 Jan 2008 11:28:45 -0000      1.362
+++ coding.c    16 Jan 2008 04:12:14 -0000      1.363
@@ -8157,7 +8157,9 @@
 
 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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]