aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-04-19 06:54:06 -0500
committerCraig Jennings <c@cjennings.net>2026-04-19 06:54:06 -0500
commit2e3d8b886a064ef85fd9c9346a0bfad3ab6cdc1b (patch)
treebc5fb3be9ba6e43df30fd6dc073be688525264d8 /tests
parent716506accd3897dd2480affa16abf3fe883f0c6e (diff)
downloaddotemacs-2e3d8b886a064ef85fd9c9346a0bfad3ab6cdc1b.tar.gz
dotemacs-2e3d8b886a064ef85fd9c9346a0bfad3ab6cdc1b.zip
refactor(org-contacts): remove dead boundp branches
cj/org-contacts-template-name and cj/org-contacts-template-email each opened with (when (boundp 'cj/contact-name) ...) / (boundp 'cj/contact-email) to pick up a caller-supplied preset. Neither variable is ever defined, set, or let-bound anywhere in the config — the branches never ran. The (or ...) fallbacks always took over, so behavior is unchanged.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions