Mercurial > emacs
changeset 101182:1b1c8dcb77b9
(view-help-file): Use goto-address-mode instead of goto-address.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Wed, 14 Jan 2009 23:10:54 +0000 |
parents | a0e232b151fb |
children | 96e4db45c8a5 |
files | lisp/help.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help.el Wed Jan 14 23:10:10 2009 +0000 +++ b/lisp/help.el Wed Jan 14 23:10:54 2009 +0000 @@ -294,7 +294,7 @@ (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 ()