aboutsummaryrefslogtreecommitdiff
path: root/modules/help-utils.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-11-03 15:56:18 -0600
committerCraig Jennings <c@cjennings.net>2025-11-03 15:56:18 -0600
commit3613769644366ad1db85be8210dd6f37f4ef06fd (patch)
treeeb7d0b29d548dfc0d7b72196e5d521e2d69742d8 /modules/help-utils.el
parent5a7fa3ad7bccebc4bab4ca2adc24b5f74e25860a (diff)
downloaddotemacs-3613769644366ad1db85be8210dd6f37f4ef06fd.tar.gz
dotemacs-3613769644366ad1db85be8210dd6f37f4ef06fd.zip
chore: Remove unused go-ts-mode-map forward declarations
Cleanup of already-fixed issue from commit e286f96. **Background:** - Bug was already fixed on Nov 2, 2025 (commit e286f96) - Original error: "void-variable go-ts-mode-map" - Fix moved keybindings from :bind clause to hook function - Keybindings now set after mode loads via cj/go-mode-keybindings **This Cleanup:** - Removed unused forward declarations (lines 34-35): - (defvar go-ts-mode-map) - (defvar go-mod-ts-mode-map) - These were artifacts from the original buggy implementation - No longer needed since keybindings use local-set-key in hook **Testing:** - ✓ File compiles cleanly without warnings - ✓ No references to these variables exist in codebase - ✓ Keybindings work correctly via hook function Updated todo.org to mark task as complete, documenting that it was already fixed and today's work was just cleanup. Serves Method 1: "Make Using Emacs Frictionless" - Quick win: ~2 minutes (just cleanup) - Reduces code clutter
Diffstat (limited to 'modules/help-utils.el')
0 files changed, 0 insertions, 0 deletions