~eshel/dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] * sweeprolog.el (sweeprolog--load-module): Use 'module-load'.

Details
Message ID
<874jo8yht0.fsf@posteo.net>
DKIM signature
pass
Download raw message
Patch: +1 -1
---
 sweeprolog.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sweeprolog.el b/sweeprolog.el
index cd4bbd8..1900241 100644
--- a/sweeprolog.el
+++ b/sweeprolog.el
@@ -633,7 +633,7 @@ use `autoload/2' for all added directives."
                            (group-n 1 (one-or-more not-newline))
                            eos)
                        line)
      (load (match-string 1 line)))))
      (module-load (match-string 1 line)))))

(defun sweeprolog--ensure-module ()
  "Locate and load `sweep-module', unless already loaded."
-- 
2.39.2
Details
Message ID
<m1bkig6tto.fsf@esmac.lan>
In-Reply-To
<874jo8yht0.fsf@posteo.net> (view parent)
DKIM signature
pass
Download raw message
Philip Kaludercic <philipk@posteo.net> writes:

> ---
>  sweeprolog.el | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sweeprolog.el b/sweeprolog.el
> index cd4bbd8..1900241 100644
> --- a/sweeprolog.el
> +++ b/sweeprolog.el
> @@ -633,7 +633,7 @@ use `autoload/2' for all added directives."
>                              (group-n 1 (one-or-more not-newline))
>                              eos)
>                          line)
> -      (load (match-string 1 line)))))
> +      (module-load (match-string 1 line)))))
>  
>  (defun sweeprolog--ensure-module ()
>    "Locate and load `sweep-module', unless already loaded."

Thank you, applied.

-- 
Best,

Eshel
Reply to thread Export thread (mbox)