diff options
| author | Joakim Verona | 2013-01-18 00:03:35 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-01-18 00:03:35 +0100 |
| commit | 9206508b76f73ceeb87c72496d1c40cec83dac21 (patch) | |
| tree | eddf1551a4b516ad97a0f2bb1b373c300aa99afd /src/buffer.c | |
| parent | 6bb5cf7058b9268b87359c49a20acf4ca8730837 (diff) | |
| parent | 0eb8768885fab926acfae16d2fae8d39a72d8f35 (diff) | |
| download | emacs-9206508b76f73ceeb87c72496d1c40cec83dac21.tar.gz emacs-9206508b76f73ceeb87c72496d1c40cec83dac21.zip | |
auto upstream
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 |