# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1351198115 14400 # Node ID b66be1cb12ca9f0de86dd542a95955eead548caf # Parent e8e8c3fa657b107b8621abe17b1f39797630f933# Parent 77795b0ed2638f5851b1e5b47ee816929b465137 Merge proper file rename diff --git a/libgui/src/resource-manager.cc b/libgui/src/resource-manager.cc --- a/libgui/src/resource-manager.cc +++ b/libgui/src/resource-manager.cc @@ -311,6 +311,7 @@ "__sort_rows_idx__ " "__strip_html_tags__ " "__token_count__ " + "__unimplemented__ " "__varval__ " "__version_info__ " "__voronoi__ " @@ -1638,7 +1639,6 @@ "unifinv " "unifpdf " "unifrnd " - "unimplemented " "union " "unique " "unix " diff --git a/libinterp/interpfcn/variables.cc b/libinterp/interpfcn/variables.cc --- a/libinterp/interpfcn/variables.cc +++ b/libinterp/interpfcn/variables.cc @@ -2536,7 +2536,7 @@ return SET_INTERNAL_VARIABLE (whos_line_format); } -static std::string Vmissing_function_hook = "unimplemented"; +static std::string Vmissing_function_hook = "__unimplemented__"; DEFUN (missing_function_hook, args, nargout, "-*- texinfo -*-\n\ diff --git a/scripts/help/__unimplemented__.m b/scripts/help/__unimplemented__.m diff --git a/scripts/help/module.mk b/scripts/help/module.mk --- a/scripts/help/module.mk +++ b/scripts/help/module.mk @@ -6,6 +6,7 @@ help_FCN_FILES = \ help/__makeinfo__.m \ + help/__unimplemented__.m \ help/doc.m \ help/gen_doc_cache.m \ help/get_first_help_sentence.m \ @@ -13,7 +14,6 @@ help/lookfor.m \ help/print_usage.m \ help/type.m \ - help/unimplemented.m \ help/which.m \ $(help_PRIVATE_FCN_FILES)