diff options
Diffstat (limited to 'lisp/reposition.el')
-rw-r--r-- | lisp/reposition.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/reposition.el b/lisp/reposition.el index 9839c9afb69..d981eefec5e 100644 --- a/lisp/reposition.el +++ b/lisp/reposition.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1991 Free Software Foundation, Inc. ;; Author: Michael D. Ernst <mernst@theory.lcs.mit.edu> +;; Created: Jan 1991 ;; Maintainer: FSF ;; This file is part of GNU Emacs. @@ -23,8 +24,6 @@ ;;; Commentary: -;;; Written by Michael D. Ernst, mernst@theory.lcs.mit.edu, Jan 1991. - ;;; Reposition-window makes an entire function definition or comment visible, ;;; or, if it is already visible, places it at the top of the window; ;;; additional invocations toggle the visibility of comments preceding the |