aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorJoakim Verona2011-10-10 13:00:51 +0200
committerJoakim Verona2011-10-10 13:00:51 +0200
commit0b19c7867f5e647fa0269833fe74e0064b415c08 (patch)
tree08a0a4112e94675ffde647160706480e78435818 /src/buffer.c
parentd4077561a90a24d61e295745d70c0effa655a37c (diff)
parent0563dae9a9e3a8c2b6de454693c0cc207e67f05d (diff)
downloademacs-0b19c7867f5e647fa0269833fe74e0064b415c08.tar.gz
emacs-0b19c7867f5e647fa0269833fe74e0064b415c08.zip
upstream
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/buffer.c b/src/buffer.c
index f38c9a739a6..fdf006a41eb 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5448,9 +5448,7 @@ file I/O and the behavior of various editing commands.
5448 5448
5449This variable is buffer-local but you cannot set it directly; 5449This variable is buffer-local but you cannot set it directly;
5450use the function `set-buffer-multibyte' to change a buffer's representation. 5450use the function `set-buffer-multibyte' to change a buffer's representation.
5451Changing its default value with `setq-default' is supported. 5451See also Info node `(elisp)Text Representations'. */);
5452See also variable `default-enable-multibyte-characters' and Info node
5453`(elisp)Text Representations'. */);
5454 XSYMBOL (intern_c_string ("enable-multibyte-characters"))->constant = 1; 5452 XSYMBOL (intern_c_string ("enable-multibyte-characters"))->constant = 1;
5455 5453
5456 DEFVAR_PER_BUFFER ("buffer-file-coding-system", 5454 DEFVAR_PER_BUFFER ("buffer-file-coding-system",