From 996f8d85d7dd5a43b1e97c0d763baa67fd6122b0 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 3 Sep 2022 10:33:02 -0400 Subject: [PATCH] * lisp/help-fns.el (find-lisp-object-file-name): Revert last change --- lisp/help-fns.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 88e553c1a05..bb5b3bb71ff 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -424,7 +424,7 @@ If ALSO-C-SOURCE is non-nil, instead of returning `C-source', this function will attempt to locate the definition of OBJECT in the C sources, too." (let* ((autoloaded (autoloadp type)) - (file-name (or (and autoloaded (autoload-file type)) + (file-name (or (and autoloaded (nth 1 type)) (symbol-file ;; FIXME: Why do we have this weird "If TYPE is the ;; value returned by `symbol-function' for a function -- 2.39.2