Skip to content

Commit

Permalink
finalDefaultMethod(): defunctify "MethodsList" branch
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@86525 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
maechler committed May 6, 2024
1 parent 2f6e042 commit 18b3d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/methods/R/MethodsList.R
Expand Up @@ -217,7 +217,7 @@ finalDefaultMethod <-
|| is.null(method))
break
if(is(method, "MethodsList")) {
.MlistDeprecated()
.MlistDefunct()
method <- slot(method, "methods")[["ANY"]]
} else
stop(gettextf(
Expand Down

0 comments on commit 18b3d1d

Please sign in to comment.