aboutsummaryrefslogtreecommitdiff
path: root/docs/specs
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-24 16:29:54 -0500
committerCraig Jennings <c@cjennings.net>2026-07-24 16:29:54 -0500
commit6a88b2618835937fa4a508f55e2454ac16d1f408 (patch)
tree874487afec1e2f4db94b97d989aada6dedfae7d6 /docs/specs
parentcb08bf8754b09222081a571dc4134d5568d61012 (diff)
downloaddotemacs-6a88b2618835937fa4a508f55e2454ac16d1f408.tar.gz
dotemacs-6a88b2618835937fa4a508f55e2454ac16d1f408.zip
refactor(org-refile): name the two refile advices so they can be removed
- Both were anonymous lambdas advising org-refile and org-refile-get-targets. - An anonymous advice can't be advice-removed by reference. - So deleting one from source left a live daemon still running it. - Extracted both to named defuns and installed them remove-then-add. - Now each reloads to a single copy and is removable by reference. - Added unit tests for the target-visiting logic, which had no coverage.
Diffstat (limited to 'docs/specs')
0 files changed, 0 insertions, 0 deletions