diff lisp/reposition.el @ 658:7cbd4fcd8b0f

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 21:11:25 +0000
parents 2ca8cdb96a9f
children 4f28bd14272c
line wrap: on
line diff
--- a/lisp/reposition.el	Sat May 30 20:24:49 1992 +0000
+++ b/lisp/reposition.el	Sat May 30 21:11:25 1992 +0000
@@ -1,4 +1,5 @@
-;;; -*- Mode: Emacs-lisp -*-
+;;; reposition.el --- center a Lisp function or comment on the screen
+
 ;; Copyright (C) 1991 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -187,3 +188,4 @@
 ;       (concat "Case " (, case-no) ": %s %s %s %s %s")
 ;       ht line comment-height defun-height defun-depth)))
 
+;;; reposition.el ends here