GPLv3

bytecomp-simplify.el

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 19,

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, 2014, 2015, 2016, 2017, 2019 Kevin Ryde, except for the GPLv3 logo which is Copyright Free Software Foundation and used here in accordance with its terms.

(Back to the sitemap.)