changeset 8442:05efaa4966e0

(end-of-buffer-other-window): Go to the end, not to the beginning.
author Richard M. Stallman <rms@gnu.org>
date Thu, 04 Aug 1994 19:59:03 +0000
parents cb9d52c38ed7
children 5b87f56b6a6d
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Thu Aug 04 08:22:09 1994 +0000
+++ b/lisp/simple.el	Thu Aug 04 19:59:03 1994 +0000
@@ -1734,7 +1734,7 @@
     (unwind-protect
 	(progn
 	  (select-window window)
-	  (beginning-of-buffer arg)
+	  (end-of-buffer arg)
 	  (recenter '(t)))
       (select-window orig-window))))