Commit 5574da3
fix(workspaces): update persp-mode & wrap deactivate-mark
Bump the persp-mode pin to the latest commit
(fab4bf76927445d2e431f06e74572acba81f47d5).
That version calls `persp-before-deactivate-functions' with three
arguments (a 'frame/'window symbol, the frame-or-window, and the
perspective), but `deactivate-mark' only accepts an optional FORCE
argument, so adding it to the hook directly throws
(wrong-number-of-arguments deactivate-mark 3). Wrap it in a function
that swallows the hook arguments.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent b3a1198 commit 5574da3
2 files changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
214 | 219 | | |
215 | 220 | | |
216 | 221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
0 commit comments