aboutsummaryrefslogtreecommitdiff
path: root/tests/test-system-commands-keymap.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-03 19:10:47 -0500
committerCraig Jennings <c@cjennings.net>2026-05-03 19:10:47 -0500
commit55aaff0eaeec8043bab5beefd4077748c4d8b909 (patch)
tree1f4c89dcee4ab0b04b825a6c32e4fd195dc2b03e /tests/test-system-commands-keymap.el
parent05de8cae2aa738813d86b4a54307562b89b7bce1 (diff)
downloaddotemacs-55aaff0eaeec8043bab5beefd4077748c4d8b909.tar.gz
dotemacs-55aaff0eaeec8043bab5beefd4077748c4d8b909.zip
fix: set vc-follow-symlinks explicitly to t
The line read `(setq-default vc-follow-symlinks)` with no value. That left the variable at nil, so the comment "don't ask to follow symlinks if target is version controlled" was a lie. Opening any version-controlled symlink still prompted. I checked the Emacs docs first. The value `t` is the one that follows the link without asking, so that's what I set. I added `tests/test-system-defaults-vc-follow-symlinks.el` as a regression test. It loads the module with the unrelated side effects stubbed and asserts `vc-follow-symlinks` ends up as `t`.
Diffstat (limited to 'tests/test-system-commands-keymap.el')
0 files changed, 0 insertions, 0 deletions