]> git.eshelyaron.com Git - emacs.git/commitdiff
(view-help-file): Use goto-address-mode instead of goto-address.
authorJuri Linkov <juri@jurta.org>
Wed, 14 Jan 2009 23:10:54 +0000 (23:10 +0000)
committerJuri Linkov <juri@jurta.org>
Wed, 14 Jan 2009 23:10:54 +0000 (23:10 +0000)
lisp/help.el

index 54b62b01c5a88c0a96b818ce72032458bd85f45c..b5c778b1df445f72101f20ab9f73b06023fb0429 100644 (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 ()