emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/scroll-all.el


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/scroll-all.el
Date: Mon, 29 Jul 2002 09:52:58 -0400

Index: emacs/lisp/scroll-all.el
diff -c emacs/lisp/scroll-all.el:1.11 emacs/lisp/scroll-all.el:1.12
*** emacs/lisp/scroll-all.el:1.11       Mon Jul 29 09:07:23 2002
--- emacs/lisp/scroll-all.el    Mon Jul 29 09:52:57 2002
***************
*** 122,129 ****
   
  
  ;;;###autoload
! (defun scroll-all-mode (arg)
!   "Toggle Scroll-All minor mode."
    (interactive "P")
    (setq scroll-all-mode
          (if (null arg) (not scroll-all-mode)
--- 122,132 ----
   
  
  ;;;###autoload
! (defun scroll-all-mode (&optional arg)
!   "Toggle Scroll-All minor mode.
! With ARG, turn Scroll-All minor mode on if ARG is positive, off otherwise.
! When Scroll-All mode is on, scrolling commands entered in one window
! apply to all visible windows in the same frame."
    (interactive "P")
    (setq scroll-all-mode
          (if (null arg) (not scroll-all-mode)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]