branch: elpa/sweeprolog commit 5dfb1366e3e491b13f1e976e5b7aeda1eaf7a1b0 Author: Eshel Yaron <m...@eshelyaron.com> Commit: Eshel Yaron <m...@eshelyaron.com>
DOC: fix typo --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index ec4f351ead..18805c5c64 100644 --- a/README.org +++ b/README.org @@ -145,7 +145,7 @@ loaded or auto-loadable Prolog predicate. Currently, =sweep= builds the SWI-Prolog runtime without GMP support (using the =cmake= flag =-DUSE_GMP=OFF=). Initializing SWI-Prolog inside Emacs with GMP support /enabled/ for SWI-Prolog causes Emacs to crash -during garbage collection, because SWI-Prolog =mp_free= routine is +during garbage collection, because the SWI-Prolog =mp_free= routine is mistakenly invoked to cleanup Elisp big integers. Aside from the obvious problem of not being able to utilize SWI-Prolog