]> git.eshelyaron.com Git - dict.git/commit
ENHANCED: load and initialize sweep-module just-in-time V8.5.20-sweep-0.7.2
authorEshel Yaron <me@eshelyaron.com>
Thu, 20 Oct 2022 19:38:43 +0000 (22:38 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 20 Oct 2022 19:38:43 +0000 (22:38 +0300)
commita6eac1467d9a53b67e3bed05ad0366cce7b95c88
tree9446d1a350065f6a12b1a062907819b3e91aabe8
parentf807eea272426b269228ed01b2e6fac84e642c5a
ENHANCED: load and initialize sweep-module just-in-time

Instead of loading sweep-module and initializing Prolog as part of
loading sweeprolog.el (subject to the user option
sweeprolog-init-on-load), this commit introduces just-in-time loading
and initialization of Prolog.  Suggested by Stefan Monnier.

* sweeprolog.el: (sweeprolog--open-query): new function, wraps
sweeprolog-open-query and initializes Prolog on the first call. Used
in place of sweeprolog-open-query throughout.
(sweeprolog-init-on-load): make variable obsolete.
NEWS.org
README.org
sweep.pl
sweeprolog.el