diff --git a/core/core-editor.el b/core/core-editor.el index 170ce1be3..6b6c19fed 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -521,6 +521,10 @@ files, so this replace calls to `pp' with the much faster `prin1'." :commands helpful--read-symbol :hook (helpful-mode . visual-line-mode) :init + (when EMACS29+ + ;; REVIEW See Wilfred/elisp-refs#35. Remove once fixed upstream. + (defvar read-symbol-positions-list nil)) + ;; Make `apropos' et co search more extensively. They're more useful this way. (setq apropos-do-all t)