mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-08 12:01:21 +02:00
Jérémie Roquet: 29258: mark a couple more functions for export.
This commit is contained in:
parent
23a057a4fa
commit
a5ff5b61a4
2 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,8 @@
|
||||||
2011-05-13 Peter Stephenson <pws@csr.com>
|
2011-05-13 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
* Jérémie Roquet: 29258: Src/Zle/zle_utils.c: mark a couple
|
||||||
|
more functions for export.
|
||||||
|
|
||||||
* unposted (late commit): Completion/Unix/Command/.distfiles,
|
* unposted (late commit): Completion/Unix/Command/.distfiles,
|
||||||
Config/version.mk, Test/.distfiles: update for 4.3.11-dev-3.
|
Config/version.mk, Test/.distfiles: update for 4.3.11-dev-3.
|
||||||
|
|
||||||
|
@ -14679,5 +14682,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.5296 $
|
* $Revision: 1.5297 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -596,7 +596,7 @@ struct zle_position *zle_positions;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**/
|
/**/
|
||||||
void
|
mod_export void
|
||||||
zle_save_positions(void)
|
zle_save_positions(void)
|
||||||
{
|
{
|
||||||
struct region_highlight *rhp;
|
struct region_highlight *rhp;
|
||||||
|
@ -653,7 +653,7 @@ zle_save_positions(void)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**/
|
/**/
|
||||||
void
|
mod_export void
|
||||||
zle_restore_positions(void)
|
zle_restore_positions(void)
|
||||||
{
|
{
|
||||||
struct zle_position *oldpos = zle_positions;
|
struct zle_position *oldpos = zle_positions;
|
||||||
|
|
Loading…
Reference in a new issue