]> code.delx.au - gnu-emacs/blobdiff - lisp/obsolete/auto-show.el
*** empty log message ***
[gnu-emacs] / lisp / obsolete / auto-show.el
index 93323f6c8c1ef66f1d572f2bf0f8326db1767137..fcd8480404c8ca725bbb8411933dd75b1253f71f 100644 (file)
@@ -1,9 +1,11 @@
 ;;; auto-show.el --- perform automatic horizontal scrolling as point moves
 ;;; This file is in the public domain.
 
-;;; Keywords: scroll display convenience
-;;; Author: Pete Ware <ware@cis.ohio-state.edu>
-;;; Maintainer: FSF
+;; This file is part of GNU Emacs.
+
+;; Keywords: scroll display convenience
+;; Author: Pete Ware <ware@cis.ohio-state.edu>
+;; Maintainer: FSF
 
 ;;; Commentary:
 
@@ -25,7 +27,7 @@ to auto-show from your init file and code."
   :type 'boolean
   :group 'auto-show)
 
-(defcustom auto-show-shift-amount 8 
+(defcustom auto-show-shift-amount 8
   "*Obsolete."
   :type 'integer
   :group 'auto-show)
@@ -39,12 +41,12 @@ to auto-show from your init file and code."
 (defun auto-show-mode (arg)
   "This command is obsolete."
   (interactive "P"))
-  
+
 (defun auto-show-make-point-visible (&optional ignore-arg)
   "This command is obsolete."
   (interactive))
 
 (provide 'auto-show)
 
-;; auto-show.el ends here
-
+;;; arch-tag: 49587cbf-95cc-4061-b564-274aaec37469
+;;; auto-show.el ends here