Don't use global variables

This commit is contained in:
Shohei YOSHIDA 2026-03-15 15:04:17 +09:00
parent ce3bdfed22
commit da6814a485
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ function _cask() {
case $state in
subcommand)
subcommands=(
local -a subcommands=(
"build:build all Elisp files in the files directive"
"clean-elc:remove all byte compiled Elisp files in the files directive"
"exec:execute command with correct 'exec-path' and 'load-path'"