mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-09 06:28:06 +02:00
51524: dependency on zsh/zle for linkage
This commit is contained in:
parent
9bd9693fdb
commit
ac1bf482ba
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2023-03-06 Bart Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
|
* 51524: Src/Modules/ksh93.mdd: dependency on zsh/zle for linkage
|
||||||
|
|
||||||
2023-03-05 Bart Schaefer <schaefer@zsh.org>
|
2023-03-05 Bart Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* 51486: Etc/zsh-development-guide: clarify module section
|
* 51486: Etc/zsh-development-guide: clarify module section
|
||||||
|
|
|
@ -5,4 +5,6 @@ load=yes
|
||||||
autofeatures="b:nameref"
|
autofeatures="b:nameref"
|
||||||
autofeatures_emu="b:nameref p:.sh.command p:.sh.edcol p:.sh.edtext p:.sh.file p:.sh.lineno p:.sh.match p:.sh.subshell p:.sh.version"
|
autofeatures_emu="b:nameref p:.sh.command p:.sh.edcol p:.sh.edtext p:.sh.file p:.sh.lineno p:.sh.match p:.sh.subshell p:.sh.version"
|
||||||
|
|
||||||
|
moddeps="zsh/zle"
|
||||||
|
|
||||||
objects="ksh93.o"
|
objects="ksh93.o"
|
||||||
|
|
Loading…
Reference in a new issue