view admin/notes/trailing-whitespace @ 81780:54b5d7bec019

(Vinhibit_changing_match_data, search_regs_1): New vars. (looking_at_1): Don't change search_regs and last_thing_searched if `inhibit-changing-match-data' is non-nil. (string_match_1, search_buffer, set_search_regs): Likewise. (syms_of_search): Add Lisp level definition for `inhibit-changing-match-data' and set it to nil. (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute start and end of the match, instead of using values in search_regs.
author Richard M. Stallman <rms@gnu.org>
date Tue, 10 Jul 2007 03:48:51 +0000
parents 695cf19ef79e
children 375f2633d815 ef719132ddfa
line wrap: on
line source

ttn 2003-02-14

apparently there was a big discussion on emacs-devel wrt trailing whitespace.
there was a mass-change to remove such from various branches in cvs.  probably
it's a good idea to avoid adding trailing whitespace in new code/docs and in
changes.

;;; arch-tag: de441379-c345-4826-a784-352b5413a698