Frank Terbeck: 26751: suppress WARN_CREATE_GLOBAL warning

This commit is contained in:
Peter Stephenson 2009-03-18 09:47:54 +00:00
parent 1d025a2bb9
commit 672923e282
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2009-03-18 Peter Stephenson <pws@csr.com>
* Frank Terbeck: 26751: b/Functions/VCS_Info/vcs_info_setsys:
suppress warning with WARN_CREATE_GLOBAL.
2009-03-17 Peter Stephenson <pws@csr.com> 2009-03-17 Peter Stephenson <pws@csr.com>
* 26746: Completion/Zsh/Context/_normal, * 26746: Completion/Zsh/Context/_normal,
@ -11433,5 +11438,5 @@
***************************************************** *****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL * This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.4621 $ * $Revision: 1.4622 $
***************************************************** *****************************************************

View file

@ -6,7 +6,7 @@ emulate -L zsh
setopt extendedglob typeset_silent setopt extendedglob typeset_silent
local sys local sys
typeset -g VCS_INFO_backends typeset -ga VCS_INFO_backends
VCS_INFO_backends=() VCS_INFO_backends=()