/[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.11 by gm, Mon Jul 29 13:07:23 2002 UTC revision 1.12 by gm, Mon Jul 29 13:52:57 2002 UTC
# Line 122  use either \\[customize] or the function Line 122  use either \\[customize] or the function
122    
123    
124  ;;;###autoload  ;;;###autoload
125  (defun scroll-all-mode (arg)  (defun scroll-all-mode (&optional arg)
126    "Toggle Scroll-All minor mode."    "Toggle Scroll-All minor mode.
127    With ARG, turn Scroll-All minor mode on if ARG is positive, off otherwise.
128    When Scroll-All mode is on, scrolling commands entered in one window
129    apply to all visible windows in the same frame."
130    (interactive "P")    (interactive "P")
131    (setq scroll-all-mode    (setq scroll-all-mode
132          (if (null arg) (not scroll-all-mode)          (if (null arg) (not scroll-all-mode)

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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