From: Juri Linkov Date: Wed, 14 Jan 2009 23:10:54 +0000 (+0000) Subject: (view-help-file): Use goto-address-mode instead of goto-address. X-Git-Tag: emacs-pretest-23.0.90~457 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ffb948c26eb11cfb4fa90e3d73dfee37c37a532;p=emacs.git (view-help-file): Use goto-address-mode instead of goto-address. --- 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 ()