(view-help-file): Use goto-address-mode instead of goto-address.
This commit is contained in:
parent
28e271f036
commit
3ffb948c26
1 changed files with 1 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Reference in a new issue