aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorJoakim Verona2013-01-18 00:03:35 +0100
committerJoakim Verona2013-01-18 00:03:35 +0100
commit9206508b76f73ceeb87c72496d1c40cec83dac21 (patch)
treeeddf1551a4b516ad97a0f2bb1b373c300aa99afd /src/buffer.c
parent6bb5cf7058b9268b87359c49a20acf4ca8730837 (diff)
parent0eb8768885fab926acfae16d2fae8d39a72d8f35 (diff)
downloademacs-9206508b76f73ceeb87c72496d1c40cec83dac21.tar.gz
emacs-9206508b76f73ceeb87c72496d1c40cec83dac21.zip
auto upstream
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c7
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
378void 375void
379nsberror (Lisp_Object spec) 376nsberror (Lisp_Object spec)
380{ 377{
@@ -6003,10 +6000,6 @@ simple case that you moved off with C-b means scrolling just one line.
6003window scrolls by a full window height. Meaningful values are 6000window scrolls by a full window height. Meaningful values are
6004between 0.0 and 1.0, inclusive. */); 6001between 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.
6012Two arguments are passed to each function: the positions of 6005Two arguments are passed to each function: the positions of