From: Lars Ingebrigtsen Date: Sun, 5 Jun 2022 20:52:59 +0000 (+0200) Subject: Re-re-fix previous describe-function change X-Git-Tag: emacs-29.0.90~1910^2~205 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fbc0cc0e9fdc0991b34468cec4ea7beed22b230d;p=emacs.git Re-re-fix previous describe-function change * lisp/help-fns.el (describe-function): Put back binding removed by mistake in previous change. --- diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 0b496e635ed..61fc8037dfa 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -258,7 +258,8 @@ handling of autoloaded functions." ;; calling that. (let ((describe-function-orig-buffer (or describe-function-orig-buffer - (current-buffer)))) + (current-buffer))) + (help-buffer-under-preparation t)) (help-setup-xref (list (lambda (function buffer)