summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--Functions/Newuser/zsh-newuser-install2
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ad7d21bce..be6bd9822 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-17 Peter Stephenson <pws@csr.com>
+
+ * 27217: Functions/Newuser/zsh-newuser-install: fix typo
+ in assignment.
+
2009-08-16 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 27216: Src/hist.c: set chwords to NULL when freed.
@@ -12080,5 +12085,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4760 $
+* $Revision: 1.4761 $
*****************************************************
diff --git a/Functions/Newuser/zsh-newuser-install b/Functions/Newuser/zsh-newuser-install
index 56a48b8e1..04d1aa9ca 100644
--- a/Functions/Newuser/zsh-newuser-install
+++ b/Functions/Newuser/zsh-newuser-install
@@ -348,7 +348,7 @@ __zni_apply_defaults() {
(-B)
shift
if [[ -z $state_keymaps[main] ]]; then
- parsed_keymaps[main] = $1
+ parsed_keymaps[main]=$1
if [[ $1 = none ]]; then
state_keymaps[main]="no value set"
else