aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorJohn Wiegley2016-01-18 22:56:33 -0800
committerJohn Wiegley2016-01-18 22:56:33 -0800
commit6acd2aa02c6f0eb9d3fadce0bb48183837beafd8 (patch)
treed236a14dc554951c3e7c5a5b38a3bd98edc1315a /src/buffer.c
parent564c84f4b12482aefe86539d2471607565c3ee7c (diff)
parent549a765efeca2748e68a5c6ce6c9238784e82535 (diff)
downloademacs-6acd2aa02c6f0eb9d3fadce0bb48183837beafd8.tar.gz
emacs-6acd2aa02c6f0eb9d3fadce0bb48183837beafd8.zip
-
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 1468e7a2be1..4df77a181d6 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5630,13 +5630,7 @@ Decimal digits after the % specify field width to which to pad. */);
5630 doc: /* Symbol for current buffer's major mode. 5630 doc: /* Symbol for current buffer's major mode.
5631The default value (normally `fundamental-mode') affects new buffers. 5631The default value (normally `fundamental-mode') affects new buffers.
5632A value of nil means to use the current buffer's major mode, provided 5632A value of nil means to use the current buffer's major mode, provided
5633it is not marked as "special". 5633it is not marked as "special". */);
5634
5635When a mode is used by default, `find-file' switches to it before it
5636reads the contents into the buffer and before it finishes setting up
5637the buffer. Thus, the mode and its hooks should not expect certain
5638variables such as `buffer-read-only' and `buffer-file-coding-system'
5639to be set up. */);
5640 5634
5641 DEFVAR_PER_BUFFER ("mode-name", &BVAR (current_buffer, mode_name), 5635 DEFVAR_PER_BUFFER ("mode-name", &BVAR (current_buffer, mode_name),
5642 Qnil, 5636 Qnil,