diff options
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r-- | lisp/help-fns.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 1c55d0ed79a..043c79f3900 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -1137,8 +1137,7 @@ it is displayed along with the global value." (when (looking-at "value is") (replace-match "")) (save-excursion (insert "\n\nValue:") - (set (make-local-variable 'help-button-cache) - (point-marker))) + (setq-local help-button-cache (point-marker))) (insert "value is shown ") (insert-button "below" 'action help-button-cache |