comparison src/buffer.c @ 74720:cdf24e3ef426

Whitespace change.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 18 Dec 2006 08:52:27 +0000
parents a331aebfdf6a
children 24338a0d4577
comparison
equal deleted inserted replaced
74719:8782777c2f1a 74720:cdf24e3ef426
5354 &buffer_defaults.left_margin, 5354 &buffer_defaults.left_margin,
5355 doc: /* Default value of `left-margin' for buffers that do not override it. 5355 doc: /* Default value of `left-margin' for buffers that do not override it.
5356 This is the same as (default-value 'left-margin). */); 5356 This is the same as (default-value 'left-margin). */);
5357 5357
5358 DEFVAR_LISP_NOPRO ("default-tab-width", 5358 DEFVAR_LISP_NOPRO ("default-tab-width",
5359 &buffer_defaults.tab_width, 5359 &buffer_defaults.tab_width,
5360 doc: /* Default value of `tab-width' for buffers that do not override it. 5360 doc: /* Default value of `tab-width' for buffers that do not override it.
5361 This is the same as (default-value 'tab-width). */); 5361 This is the same as (default-value 'tab-width). */);
5362 5362
5363 DEFVAR_LISP_NOPRO ("default-case-fold-search", 5363 DEFVAR_LISP_NOPRO ("default-case-fold-search",
5364 &buffer_defaults.case_fold_search, 5364 &buffer_defaults.case_fold_search,