1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Glenn Morris
5e9f6c446a (scroll-all-function-all): New function to do the work of scrolling other
windows.
(scroll-all-scroll-down-all, scroll-all-scroll-up-all,
scroll-all-page-down-all, scroll-all-page-up-all,
scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): Make
them use scroll-all-function-all.
2002-04-24 20:37:04 +00:00
Richard M. Stallman
c9787897df Whitespace changes. 2002-04-22 07:50:50 +00:00
Glenn Morris
5bba9cfd48 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): Call
beginning-of-buffer, end-of-buffer interactively.
2002-04-21 17:36:16 +00:00
Glenn Morris
6036654ee8 (scroll-all-page-down-all, scroll-all-page-up-all): Ignore the error if one
of the other windows being scrolled reaches the end/start of its buffer.
(scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): New
functions to track `beginning-of-buffer' and `end-of-buffer'.
2002-04-21 16:30:28 +00:00
Glenn Morris
75272a3a3d (minor-mode-alist): scroll-all-mode', not scroll-all-mode-mode'.
(scroll-all-page-down-all, scroll-all-page-up-all, scroll-all-check-to-scroll):
Remove `fkey-' prefix from scroll commands.
2002-04-21 14:43:31 +00:00
Pavel Janík
e8af40eed4 Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
Dave Love
052e4f5ec1 (scroll-all-mode): Customize variable. Add
autoload cookie to function.
2000-11-12 00:49:58 +00:00
Richard M. Stallman
5abdc91582 Comment change. 1998-06-07 23:07:55 +00:00
Richard M. Stallman
beaf629ddb Renamed from scroll-lock.el.
All functions renamed.
(scroll-all-mode): Variable renamed from is-scroll-lock.
1997-04-29 21:06:16 +00:00
Richard M. Stallman
11a66c13af Initial revision 1997-04-29 20:55:16 +00:00