about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Functions/Misc/run-help1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f0b111d51..cc9c2da09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-25  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* unposted, see 26880: Functions/Misc/run-help: back off 26862.
+
 2009-04-24  Peter Stephenson  <pws@csr.com>
 
 	* unposted: Config/version.mk: update to 4.3.9-dev-3.
@@ -11620,5 +11624,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4668 $
+* $Revision: 1.4669 $
 *****************************************************
diff --git a/Functions/Misc/run-help b/Functions/Misc/run-help
index 1a8424cea..f5464065d 100644
--- a/Functions/Misc/run-help
+++ b/Functions/Misc/run-help
@@ -54,6 +54,7 @@ while ((i++ < $#places))
 do
     what=$places[$i]
     [[ -n $noalias && $what = *" is an alias "* ]] && continue
+    builtin print -r $what
     case $what in
     (*( is an alias)*)
 	[[ ${what[(w)6]:t} != ${what[(w)1]} ]] && run-help ${what[(w)6]:t}