From: Gerd Moellmann Date: Mon, 26 Feb 2001 14:13:35 +0000 (+0000) Subject: (view-order-manuals): Use goto-address. X-Git-Tag: emacs-pretest-21.0.99~116 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38790755118ec9206667ff633c6402abb41863a4;p=emacs.git (view-order-manuals): Use goto-address. --- diff --git a/lisp/help.el b/lisp/help.el index a0d69bbd80b..320563f14c2 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -453,7 +453,8 @@ With numeric argument, display information on correspondingly older changes." (defun view-order-manuals () "Display the Emacs ORDERS file." (interactive) - (find-file-read-only (expand-file-name "ORDERS" data-directory))) + (find-file-read-only (expand-file-name "ORDERS" data-directory)) + (goto-address)) (defun view-emacs-FAQ () "Display the Emacs Frequently Asked Questions (FAQ) file."