Mercurial > emacs
diff lisp/scroll-all.el @ 38436:b174db545cfd
Some fixes to follow coding conventions.
| author | Pavel Jan?k <Pavel@Janik.cz> |
|---|---|
| date | Mon, 16 Jul 2001 12:23:00 +0000 |
| parents | c8f856ed18d0 |
| children | 193981425f19 |
line wrap: on
line diff
--- a/lisp/scroll-all.el Mon Jul 16 12:22:17 2001 +0000 +++ b/lisp/scroll-all.el Mon Jul 16 12:23:00 2001 +0000 @@ -1,4 +1,4 @@ -;;; scroll-all.el -- scroll all buffers together minor mode +;;; scroll-all.el --- scroll all buffers together minor mode ;; Copyright (C) 1997 Free Software Foundation, Inc. @@ -22,7 +22,7 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. -;; Commentary +;;; Commentary: ;; This mode allows multiple buffers to be 'locked' so that scrolling ;; up or down lines in any buffer causes all the buffers to mirror ;; the scrolling. It hooks into the post-command-hook to check for @@ -37,6 +37,8 @@ ;; Rick Macdonald <rickm@vsl.com> ;; Anders Lindgren <andersl@csd.uu.se> +;;; Code: + (defvar running-xemacs (string-match "XEmacs\\|Lucid" emacs-version)) ;;;###autoload @@ -132,4 +134,4 @@ (provide 'scroll-all) -;; scroll-all.el ends here +;;; scroll-all.el ends here
