From e8af40eed41d6c61ea6a0649512c4b09afcb1bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 16 Jul 2001 12:23:00 +0000 Subject: Some fixes to follow coding conventions. --- lisp/scroll-all.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lisp/scroll-all.el') diff --git a/lisp/scroll-all.el b/lisp/scroll-all.el index 47c5efff8d3..23e0848450e 100644 --- a/lisp/scroll-all.el +++ b/lisp/scroll-all.el @@ -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 ;; Anders Lindgren +;;; Code: + (defvar running-xemacs (string-match "XEmacs\\|Lucid" emacs-version)) ;;;###autoload @@ -132,4 +134,4 @@ use either M-x customize or the function `scroll-all-mode'." (provide 'scroll-all) -;; scroll-all.el ends here +;;; scroll-all.el ends here -- cgit v1.2.1