]> git.eshelyaron.com Git - emacs.git/commitdiff
(view-order-manuals): Use goto-address.
authorGerd Moellmann <gerd@gnu.org>
Mon, 26 Feb 2001 14:13:35 +0000 (14:13 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 26 Feb 2001 14:13:35 +0000 (14:13 +0000)
lisp/help.el

index a0d69bbd80b02b1b6ead007bfeed7942db1c25f9..320563f14c220cd259f373dc436b89bc8c625857 100644 (file)
@@ -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."