diff options
| author | Dmitry Antipov | 2013-01-17 09:52:13 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-01-17 09:52:13 +0400 |
| commit | 0e70695aa48cb34d8c3df6e4d4173b6adb474b23 (patch) | |
| tree | fd8fdd9947558bf5046ca6e92131ae64f23ddb95 /src/buffer.c | |
| parent | e59eee439c0e379bb062ffa26361ad90fd540406 (diff) | |
| download | emacs-0e70695aa48cb34d8c3df6e4d4173b6adb474b23.tar.gz emacs-0e70695aa48cb34d8c3df6e4d4173b6adb474b23.zip | |
* buffer.h (NARROWED, BUF_NARROWED): Drop unused macros.
(DECODE_POSITION, BUFFER_CHECK_INDIRECTION): Fix indentation.
* buffer.c (toplevel, syms_of_buffer): Drop old commented-out
debugging stubs.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/buffer.c b/src/buffer.c index 218ae1a7d11..66581cb7828 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -372,9 +372,6 @@ bset_zv_marker (struct buffer *b, Lisp_Object val) | |||
| 372 | b->INTERNAL_FIELD (zv_marker) = val; | 372 | b->INTERNAL_FIELD (zv_marker) = val; |
| 373 | } | 373 | } |
| 374 | 374 | ||
| 375 | /* For debugging; temporary. See set_buffer_internal. */ | ||
| 376 | /* Lisp_Object Qlisp_mode, Vcheck_symbol; */ | ||
| 377 | |||
| 378 | void | 375 | void |
| 379 | nsberror (Lisp_Object spec) | 376 | nsberror (Lisp_Object spec) |
| 380 | { | 377 | { |
| @@ -6003,10 +6000,6 @@ simple case that you moved off with C-b means scrolling just one line. | |||
| 6003 | window scrolls by a full window height. Meaningful values are | 6000 | window scrolls by a full window height. Meaningful values are |
| 6004 | between 0.0 and 1.0, inclusive. */); | 6001 | between 0.0 and 1.0, inclusive. */); |
| 6005 | 6002 | ||
| 6006 | /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol, | ||
| 6007 | "Don't ask."); | ||
| 6008 | */ | ||
| 6009 | |||
| 6010 | DEFVAR_LISP ("before-change-functions", Vbefore_change_functions, | 6003 | DEFVAR_LISP ("before-change-functions", Vbefore_change_functions, |
| 6011 | doc: /* List of functions to call before each text change. | 6004 | doc: /* List of functions to call before each text change. |
| 6012 | Two arguments are passed to each function: the positions of | 6005 | Two arguments are passed to each function: the positions of |