]> git.eshelyaron.com Git - emacs.git/commitdiff
(end-of-buffer-other-window): Go to the end, not to the beginning.
authorRichard M. Stallman <rms@gnu.org>
Thu, 4 Aug 1994 19:59:03 +0000 (19:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 4 Aug 1994 19:59:03 +0000 (19:59 +0000)
lisp/simple.el

index da837322c8f2303c7bc629f5c190f8ac77529fcd..839874a6e9ede754e19b5b3996da2d610e883031 100644 (file)
@@ -1734,7 +1734,7 @@ With arg N, put point N/10 of the way from the true end."
     (unwind-protect
        (progn
          (select-window window)
-         (beginning-of-buffer arg)
+         (end-of-buffer arg)
          (recenter '(t)))
       (select-window orig-window))))
 \f