This is a spot of code for Emacs to add warnings to the byte compiler to tell you about simplifications that might be made in your code. For example
(re-search-forward "fixedstring")
can be simplified to
(search-forward "fixedstring")
bytecomp-simplify.el is
free software (free
as in freedom), published under the terms of the
GNU General Public
License (v3 or up).
Download version 13 here, or in my miscbits-el collection:
bytecomp-simplify.el
(23k, and sig)
The sig file is a Gnu PG ascii armoured
signature for bytecomp-simplify.el, generated from
my key.
This page Copyright 2009, 2010, 2011, 2012, 2013 Kevin Ryde, except for the GPLv3 logo which is Copyright Free Software Foundation and used here in accordance with its terms.