]> code.delx.au - gnu-emacs/commitdiff
(struct buffer): New member buffer_file_coding_system.
authorKenichi Handa <handa@m17n.org>
Mon, 9 Jun 1997 12:59:11 +0000 (12:59 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 9 Jun 1997 12:59:11 +0000 (12:59 +0000)
src/buffer.h

index 0a3100ebcb3ad405a8066b5ed8061293a0ced947..3352b235b30b0f161f48b40888e545874918e529 100644 (file)
@@ -389,6 +389,10 @@ struct buffer
        form of characters, not a binary code.  */
     Lisp_Object enable_multibyte_characters;
 
+    /* Coding system to be used for encoding the buffer contents on
+       saving.  */
+    Lisp_Object buffer_file_coding_system;
+
     /* List of symbols naming the file format used for visited file. */
     Lisp_Object file_format;