Mercurial > emacs
changeset 18179:371736608f2f
(struct buffer): New member buffer_file_coding_system.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 09 Jun 1997 12:59:11 +0000 |
parents | b45b431879bf |
children | 5f4c4da24e75 |
files | src/buffer.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.h Mon Jun 09 12:58:58 1997 +0000 +++ b/src/buffer.h Mon Jun 09 12:59:11 1997 +0000 @@ -389,6 +389,10 @@ 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;