]> code.delx.au - gnu-emacs/blobdiff - lisp/scroll-all.el
*** empty log message ***
[gnu-emacs] / lisp / scroll-all.el
index c17b251353fab39c80b6e5a0e17f1580c26dd89a..287ed3ba472b22992568e88195792ec46a592dce 100644 (file)
@@ -99,7 +99,7 @@
         (call-interactively 'scroll-all-beginning-of-buffer-all))
        ((eq this-command 'end-of-buffer)
         (call-interactively 'scroll-all-end-of-buffer-all))))
+
 
 ;;;###autoload
 (define-minor-mode scroll-all-mode
@@ -117,4 +117,5 @@ apply to all visible windows in the same frame."
 
 (provide 'scroll-all)
 
+;;; arch-tag: db20089a-b157-45df-b5d4-2430e60acdd8
 ;;; scroll-all.el ends here