about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Functions/Misc/run-help1
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 52f0063ba..82714d0cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-04-21  Peter Stephenson  <pws@csr.com>
 
+	* Greg Klanderman: 26862: Functions/Misc/run-help: remove
+	unecessary "print".
+
 	* Greg Klanderman (26861) + 26863:
 	Completion/Base/Widget/_read_comp: don't warn over unset
 	parameters but typeset -g _read_comp anyway.
@@ -11595,5 +11598,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4661 $
+* $Revision: 1.4662 $
 *****************************************************
diff --git a/Functions/Misc/run-help b/Functions/Misc/run-help
index f5464065d..1a8424cea 100644
--- a/Functions/Misc/run-help
+++ b/Functions/Misc/run-help
@@ -54,7 +54,6 @@ 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}