Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2026-07-16 Mats Lidell <matsl@gnu.org>

* Makefile (docker-clean): Fix remove command for docker volumes.

2026-07-16 Bob Weiner <rsw@gnu.org>

* hsys-www.el (link-to-url): Explicitly duplicate `www-url' defact, for now.
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Author: Bob Weiner
#
# Orig-Date: 15-Jun-94 at 03:42:38
# Last-Mod: 15-Jul-26 at 21:34:14 by Bob Weiner
# Last-Mod: 16-Jul-26 at 23:26:56 by Mats Lidell
#
# Copyright (C) 1994-2026 Free Software Foundation, Inc.
# See the file HY-COPY for license information.
Expand Down Expand Up @@ -707,7 +707,7 @@ run-bash:

.PHONY: docker-clean
docker-clean:
docker rm elpa-local
docker volume rm elpa-local || true

# Run with coverage. Run tests given by testspec and monitor the
# coverage for the specified file.
Expand Down