aboutsummaryrefslogtreecommitdiff
path: root/tests/test-custom-buffer-file-copy-link-to-buffer-file.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(custom-buffer-file): error when copy-link has no file to copyCraig Jennings21 hours1-5/+6
| | | | cj/copy-link-to-buffer-file did nothing in a non-file buffer, while every sibling copy command signals a user-error. The silent no-op gave no feedback either way. Now it signals a user-error too, and I updated the two tests and the commentary that had documented the silence as intended.
* Revert "checking in modified/removed tests and other misc changes"Craig Jennings2025-11-141-0/+209
| | | | This reverts commit d36afc3f277b9a4228eb7b2464ec4e503695b8d4.
* checking in modified/removed tests and other misc changesCraig Jennings2025-11-141-209/+0
|
* refactor: Rename custom-file-buffer to custom-buffer-fileCraig Jennings2025-10-271-0/+209
Renamed the module 'custom-file-buffer' to 'custom-buffer-file' to ensure consistency across the codebase. This change affects module imports and test files. Additionally, new module 'system-commands.el' has been created to handle system power and session management commands, removing these functionalities from 'wip.el'.