]> code.delx.au - gnu-emacs/blobdiff - lisp/scroll-all.el
Make some old emulation modes obsolete
[gnu-emacs] / lisp / scroll-all.el
index 9ff0a61db2f6c32c5aca1aa88e43d084a4794a32..1aa2fc7d2bbfd7d5461cead0077da1e9699ee937 100644 (file)
@@ -1,9 +1,9 @@
 ;;; scroll-all.el --- scroll all buffers together minor mode
 
-;; Copyright (C) 1997, 2001-2012 Free Software Foundation, Inc.
+;; Copyright (C) 1997, 2001-2014 Free Software Foundation, Inc.
 
 ;; Author: Gary D. Foster <Gary.Foster@corp.sun.com>
-;; Keywords: scroll crisp brief lock
+;; Keywords: convenience scroll lock
 
 ;; This file is part of GNU Emacs.
 
@@ -111,7 +111,6 @@ one window apply to all visible windows in the same frame."
   nil " *SL*" nil
   :global t
   :group 'windows
-  :group 'scrolling
   (if scroll-all-mode
       (add-hook 'post-command-hook 'scroll-all-check-to-scroll)
     (remove-hook 'post-command-hook 'scroll-all-check-to-scroll)))