diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-10 15:25:27 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-10 15:25:27 -0500 |
| commit | f869eae32f27039f40c484c00c3b79e3e988ced9 (patch) | |
| tree | acf3cf27fd8bdd719ed1cbf303f86110a0907fa8 /modules/calendar-sync.el | |
| parent | a8de252afc29c00cec9fb708cc2ef8507bd2369a (diff) | |
| download | dotemacs-f869eae32f27039f40c484c00c3b79e3e988ced9.tar.gz dotemacs-f869eae32f27039f40c484c00c3b79e3e988ced9.zip | |
refactor(cj-org-text): rename to cj-org-text-lib for naming consistency
Same naming-convention fix as the cj-cache rename. Org-safe text
sanitizers extracted in Phase 3 went into modules/cj-org-text.el,
should have followed the established `-lib' suffix convention.
Rename modules/cj-org-text.el -> modules/cj-org-text-lib.el; update
provide form, file header, and the two (require 'cj-org-text) call
sites in calendar-sync and test-cj-org-text-sanitize. No behavior
change.
Diffstat (limited to 'modules/calendar-sync.el')
| -rw-r--r-- | modules/calendar-sync.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar-sync.el b/modules/calendar-sync.el index 890dd9df2..74b2e5c62 100644 --- a/modules/calendar-sync.el +++ b/modules/calendar-sync.el @@ -71,7 +71,7 @@ (require 'cl-lib) (require 'subr-x) -(require 'cj-org-text) +(require 'cj-org-text-lib) (defun calendar-sync--log-silently (format-string &rest args) "Log FORMAT-STRING with ARGS without requiring the full config." |
