Mercurial > hg > octave-lyh
diff scripts/miscellaneous/unimplemented.m @ 10444:537d9fbba9c0
don't call missing_function_hook inside try block
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 24 Mar 2010 13:10:36 +0100 |
parents | 34e51d4e199b |
children | ca836bcdf85e |
line wrap: on
line diff
--- a/scripts/miscellaneous/unimplemented.m +++ b/scripts/miscellaneous/unimplemented.m @@ -58,7 +58,7 @@ endif endswitch - txt = [txt, "\nPlease read @url{http://www.octave.org/missing.html}",... + txt = [txt, "\nPlease read @url{http://www.octave.org/missing.html} ",... "to find out how you can help with contributing missing functionality."]; warning ("Octave:missing-function",["\n", __makeinfo__(txt)]);