diff --git a/lisp/help.el b/lisp/help.el index 54b62b01c5a..b5c778b1df4 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -294,7 +294,7 @@ If that doesn't give a function, return nil." (defun view-help-file (file &optional dir) (view-file (expand-file-name file (or dir data-directory))) - (goto-address) + (goto-address-mode 1) (goto-char (point-min))) (defun describe-distribution ()