diff options
| author | Stefan Monnier | 2008-06-25 20:55:53 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-06-25 20:55:53 +0000 |
| commit | fbe062b7fb02a1cbf1449a4c978a16131e94d317 (patch) | |
| tree | eb00d5b278fdcd89e3e5ad5560ecbab577af3e3e /src/buffer.c | |
| parent | f45acc9d3433337e94d680655932c4cf1cab25e0 (diff) | |
| download | emacs-fbe062b7fb02a1cbf1449a4c978a16131e94d317.tar.gz emacs-fbe062b7fb02a1cbf1449a4c978a16131e94d317.zip | |
(syms_of_buffer): Remove default-word-wrap.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/buffer.c b/src/buffer.c index 4655e05ec63..2ba21922ab8 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5504,11 +5504,6 @@ This is the same as (default-value 'buffer-file-coding-system). */); | |||
| 5504 | doc: /* Default value of `truncate-lines' for buffers that do not override it. | 5504 | doc: /* Default value of `truncate-lines' for buffers that do not override it. |
| 5505 | This is the same as (default-value 'truncate-lines). */); | 5505 | This is the same as (default-value 'truncate-lines). */); |
| 5506 | 5506 | ||
| 5507 | DEFVAR_LISP_NOPRO ("default-word-wrap", | ||
| 5508 | &buffer_defaults.word_wrap, | ||
| 5509 | doc: /* Default value of `word-wrap' for buffers that do not override it. | ||
| 5510 | This is the same as (default-value 'word-wrap). */); | ||
| 5511 | |||
| 5512 | DEFVAR_LISP_NOPRO ("default-fill-column", | 5507 | DEFVAR_LISP_NOPRO ("default-fill-column", |
| 5513 | &buffer_defaults.fill_column, | 5508 | &buffer_defaults.fill_column, |
| 5514 | doc: /* Default value of `fill-column' for buffers that do not override it. | 5509 | doc: /* Default value of `fill-column' for buffers that do not override it. |