diff options
| author | Stefan Monnier | 2011-10-07 09:08:47 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-10-07 09:08:47 -0400 |
| commit | a66cfb1c6779a1bfbea5c58590fd00e0b0baa2cb (patch) | |
| tree | c3a85c89fb7369b8f31ba53d041574f730ed28f9 /src/buffer.c | |
| parent | f4add3d274b679edf5bb74dabddbb6793baaefec (diff) | |
| download | emacs-a66cfb1c6779a1bfbea5c58590fd00e0b0baa2cb.tar.gz emacs-a66cfb1c6779a1bfbea5c58590fd00e0b0baa2cb.zip | |
* src/buffer.c (syms_of_buffer) <enable-multibyte-characters>: Don't
advertise functionality which we discourage or doesn't work.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
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 | ||
| 5449 | This variable is buffer-local but you cannot set it directly; | 5449 | This variable is buffer-local but you cannot set it directly; |
| 5450 | use the function `set-buffer-multibyte' to change a buffer's representation. | 5450 | use the function `set-buffer-multibyte' to change a buffer's representation. |
| 5451 | Changing its default value with `setq-default' is supported. | 5451 | See also Info node `(elisp)Text Representations'. */); |
| 5452 | See 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", |