From 38790755118ec9206667ff633c6402abb41863a4 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 26 Feb 2001 14:13:35 +0000 Subject: [PATCH] (view-order-manuals): Use goto-address. --- lisp/help.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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." -- 2.39.5