(view-help-file): Use goto-address-mode instead of goto-address.

This commit is contained in:
Juri Linkov 2009-01-14 23:10:54 +00:00
parent 28e271f036
commit 3ffb948c26

View file

@ -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 ()