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 | 996aa90d4bbcd87032362b3b3e5105cd92f8342e (patch) | |
| tree | 6faed8d042ac03120c93de0596a0a6913b1c6819 /tests | |
| parent | 9d6566dbe2cb47474b8bed1d2ffcf8c9c795d985 (diff) | |
| download | dotemacs-996aa90d4bbcd87032362b3b3e5105cd92f8342e.tar.gz dotemacs-996aa90d4bbcd87032362b3b3e5105cd92f8342e.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 'tests')
| -rw-r--r-- | tests/test-cj-org-text-sanitize.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-cj-org-text-sanitize.el b/tests/test-cj-org-text-sanitize.el index cdad9af5..4a4ef2c3 100644 --- a/tests/test-cj-org-text-sanitize.el +++ b/tests/test-cj-org-text-sanitize.el @@ -12,7 +12,7 @@ (require 'ert) (add-to-list 'load-path (expand-file-name "modules" user-emacs-directory)) -(require 'cj-org-text) +(require 'cj-org-text-lib) ;;; cj/org-sanitize-body-text -- Normal cases |
