aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
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