-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress byte compile warnings calling org-id-get (#665)
Later version of org added a fourth argument that we want to use if available.
- Loading branch information
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2025-02-05 Mats Lidell <[email protected]> | ||
|
||
* hywiki.el (hywiki-add-org-id): Suppress byte compile warnings for calling org-id-get with | ||
different number of args. Later versions have a fourth optional arg that we use. | ||
|
||
2025-02-02 Mats Lidell <[email protected]> | ||
|
||
* test/hui-tests.el (hui--kill-highlighted-region-default-settings): Add test for hui-kill-region | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters