comparison lisp/obsolete/auto-show.el @ 38412:253f761ad37b

Some fixes to follow coding conventions in files maintained by FSF.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 15 Jul 2001 16:15:35 +0000
parents 349d4061ceb4
children 0d8b17d428b5
comparison
equal deleted inserted replaced
38411:2fc02d49a9a4 38412:253f761ad37b
1 ;;; auto-show.el --- perform automatic horizontal scrolling as point moves 1 ;;; auto-show.el --- perform automatic horizontal scrolling as point moves
2 ;;; This file is in the public domain. 2 ;;; This file is in the public domain.
3 3
4 ;;; Keywords: scroll display convenience 4 ;; This file is part of GNU Emacs.
5 ;;; Author: Pete Ware <ware@cis.ohio-state.edu> 5
6 ;;; Maintainer: FSF 6 ;; Keywords: scroll display convenience
7 ;; Author: Pete Ware <ware@cis.ohio-state.edu>
8 ;; Maintainer: FSF
7 9
8 ;;; Commentary: 10 ;;; Commentary:
9 11
10 ;; This file contains dummy variables and functions only because Emacs 12 ;; This file contains dummy variables and functions only because Emacs
11 ;; does hscrolling automatically, now. 13 ;; does hscrolling automatically, now.
44 "This command is obsolete." 46 "This command is obsolete."
45 (interactive)) 47 (interactive))
46 48
47 (provide 'auto-show) 49 (provide 'auto-show)
48 50
49 ;; auto-show.el ends here 51 ;;; auto-show.el ends here
50