about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Completion/User/_nedit4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c18f6080e..990123fa6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-10  Oliver Kiddle  <opk@zsh.org>
+
+	* 11300: Completion/User/_nedit: fix breakage from 11195
+
 2000-05-10  Peter Stephenson  <pws@cambridgesiliconradio.com>
 
 	* 11299: Bart/pws: Functions/Zle/edit-command-line: edit command
diff --git a/Completion/User/_nedit b/Completion/User/_nedit
index c230fbe0c..5d8e329a8 100644
--- a/Completion/User/_nedit
+++ b/Completion/User/_nedit
@@ -1,7 +1,7 @@
 #compdef nedit nc
 
-local state line expl nedit_common curcontext="$curcontext"
-typeset -A opt_args ret=1
+local state line expl nedit_common curcontext="$curcontext" ret=1
+typeset -A opt_args
 
 nedit_common=( \
   '-read[open file read only]' \