diff src/ov-fcn-handle.cc @ 5313:d2979f3da3cb

[project @ 2005-04-28 02:06:33 by jwe]
author jwe
date Thu, 28 Apr 2005 02:06:34 +0000
parents 80c1aa832cb2
children 775e065f7dc4
line wrap: on
line diff
--- a/src/ov-fcn-handle.cc	Thu Apr 28 01:54:46 2005 +0000
+++ b/src/ov-fcn-handle.cc	Thu Apr 28 02:06:34 2005 +0000
@@ -629,6 +629,8 @@
 		{
 		  if (fh_nm == "@<anonymous>")
 		    m.assign ("file", "none");
+		  else if (fcn->is_user_function ())
+		    m.assign ("file", "command-line function");
 		  else
 		    m.assign ("file", "built-in function");
 		}