diff options
| author | Paul Eggert | 2011-10-07 10:03:24 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-10-07 10:03:24 -0700 |
| commit | 41ec903a1c8c01c516463795c1053770f47f8877 (patch) | |
| tree | a925c2b683ea329806797c5731974162346fab49 /src/buffer.c | |
| parent | eb106a49bfc8da14c7a6ea866361c1b2d972a754 (diff) | |
| parent | 84e8e185cdabbe547cb2b724c2ca1014a73efcfc (diff) | |
| download | emacs-41ec903a1c8c01c516463795c1053770f47f8877.tar.gz emacs-41ec903a1c8c01c516463795c1053770f47f8877.zip | |
Merge from trunk.
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 3f278eb807b..fec633371fc 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5447,9 +5447,7 @@ file I/O and the behavior of various editing commands. | |||
| 5447 | 5447 | ||
| 5448 | This variable is buffer-local but you cannot set it directly; | 5448 | This variable is buffer-local but you cannot set it directly; |
| 5449 | use the function `set-buffer-multibyte' to change a buffer's representation. | 5449 | use the function `set-buffer-multibyte' to change a buffer's representation. |
| 5450 | Changing its default value with `setq-default' is supported. | 5450 | See also Info node `(elisp)Text Representations'. */); |
| 5451 | See also variable `default-enable-multibyte-characters' and Info node | ||
| 5452 | `(elisp)Text Representations'. */); | ||
| 5453 | XSYMBOL (intern_c_string ("enable-multibyte-characters"))->constant = 1; | 5451 | XSYMBOL (intern_c_string ("enable-multibyte-characters"))->constant = 1; |
| 5454 | 5452 | ||
| 5455 | DEFVAR_PER_BUFFER ("buffer-file-coding-system", | 5453 | DEFVAR_PER_BUFFER ("buffer-file-coding-system", |