diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/window.el | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lisp/window.el b/lisp/window.el index bc2008e1d9c..085e51646f8 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -8923,17 +8923,6 @@ This is different from `scroll-down-command' that scrolls a full screen." | |||
| 8923 | (put 'scroll-down-line 'scroll-command t) | 8923 | (put 'scroll-down-line 'scroll-command t) |
| 8924 | 8924 | ||
| 8925 | 8925 | ||
| 8926 | (defun scroll-other-window-down (&optional lines) | ||
| 8927 | "Scroll the \"other window\" down. | ||
| 8928 | For more details, see the documentation for `scroll-other-window'." | ||
| 8929 | (interactive "P") | ||
| 8930 | (scroll-other-window | ||
| 8931 | ;; Just invert the argument's meaning. | ||
| 8932 | ;; We can do that without knowing which window it will be. | ||
| 8933 | (if (eq lines '-) nil | ||
| 8934 | (if (null lines) '- | ||
| 8935 | (- (prefix-numeric-value lines)))))) | ||
| 8936 | |||
| 8937 | (defun beginning-of-buffer-other-window (arg) | 8926 | (defun beginning-of-buffer-other-window (arg) |
| 8938 | "Move point to the beginning of the buffer in the other window. | 8927 | "Move point to the beginning of the buffer in the other window. |
| 8939 | Leave mark at previous position. | 8928 | Leave mark at previous position. |