[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/sweeprolog 1440ac22e9 6/6: ; Only load 'library(macros)' i
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/sweeprolog 1440ac22e9 6/6: ; Only load 'library(macros)' if available |
Date: |
Tue, 18 Jul 2023 13:03:03 -0400 (EDT) |
branch: elpa/sweeprolog
commit 1440ac22e93936a246e519135f01aa89128126ab
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>
; Only load 'library(macros)' if available
---
sweep.pl | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sweep.pl b/sweep.pl
index 48c306b597..515cc59a08 100644
--- a/sweep.pl
+++ b/sweep.pl
@@ -111,7 +111,10 @@
:- use_module(library(prolog_pack)).
:- use_module(library(prolog_deps)).
:- use_module(library(dcg/high_order)).
+
+:- if(exists_source(library(macros))).
:- use_module(library(macros)).
+:- endif.
:- if(exists_source(library(help))).
:- use_module(library(help)).
- [nongnu] elpa/sweeprolog updated (0e05fa9545 -> 1440ac22e9), ELPA Syncer, 2023/07/18
- [nongnu] elpa/sweeprolog 7487ba0284 2/6: ; Fix unused argument, ELPA Syncer, 2023/07/18
- [nongnu] elpa/sweeprolog b490573b32 1/6: ; Remove stale reference to 'sweeprolog-debug-prefix-face', ELPA Syncer, 2023/07/18
- [nongnu] elpa/sweeprolog ae747fda7f 4/6: ; Fix typo, ELPA Syncer, 2023/07/18
- [nongnu] elpa/sweeprolog 1440ac22e9 6/6: ; Only load 'library(macros)' if available,
ELPA Syncer <=
- [nongnu] elpa/sweeprolog 31210d74f0 3/6: ; Simplify list notation, ELPA Syncer, 2023/07/18
- [nongnu] elpa/sweeprolog 257832b1dc 5/6: Refactor and enhance 'completion-at-point' support, ELPA Syncer, 2023/07/18