/[emacs]/emacs/lisp/scroll-all.el
ViewVC logotype

Diff of /emacs/lisp/scroll-all.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5.4.3 by gm, Mon Jul 29 12:57:31 2002 UTC revision 1.5.4.4 by gm, Mon Jul 29 13:46:50 2002 UTC
# Line 124  use either M-x customize or the function Line 124  use either M-x customize or the function
124    
125    
126  ;;;###autoload  ;;;###autoload
127  (defun scroll-all-mode (arg)  (defun scroll-all-mode (&optional arg)
128    "Toggle Scroll-All minor mode."    "Toggle Scroll-All minor mode.
129    With ARG, turn Scroll-All minor mode on if ARG is positive, off otherwise.
130    When Scroll-All mode is on, scrolling commands entered in one window
131    apply to all visible windows in the same frame."
132    (interactive "P")    (interactive "P")
133    (setq scroll-all-mode    (setq scroll-all-mode
134          (if (null arg) (not scroll-all-mode)          (if (null arg) (not scroll-all-mode)

Legend:
Removed from v.1.5.4.3  
changed lines
  Added in v.1.5.4.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26