comparison src/undo.c @ 112278:ef719132ddfa

Nuke arch-tags.
author Glenn Morris <rgm@gnu.org>
date Sat, 15 Jan 2011 15:16:57 -0800
parents 417b1e4d63cd
children 42e22c4f06b7
comparison
equal deleted inserted replaced
112277:ef4120c8640c 112278:ef719132ddfa
726 DEFVAR_BOOL ("undo-inhibit-record-point", &undo_inhibit_record_point, 726 DEFVAR_BOOL ("undo-inhibit-record-point", &undo_inhibit_record_point,
727 doc: /* Non-nil means do not record `point' in `buffer-undo-list'. */); 727 doc: /* Non-nil means do not record `point' in `buffer-undo-list'. */);
728 undo_inhibit_record_point = 0; 728 undo_inhibit_record_point = 0;
729 } 729 }
730 730
731 /* arch-tag: d546ee01-4aed-4ffb-bb8b-eefaae50d38a
732 (do not change this comment) */