diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 21:11:25 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 21:11:25 +0000 |
commit | cd8cea0a40e60431ed1b9f14ae5f85935743f598 (patch) | |
tree | a14050b6fc32f786d324b0cf9a75de008371ee94 /lisp/reposition.el | |
parent | 4bd4e566ab12d9e731b0eef172f882c81b59a537 (diff) | |
download | emacs-cd8cea0a40e60431ed1b9f14ae5f85935743f598.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/reposition.el')
-rw-r--r-- | lisp/reposition.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/reposition.el b/lisp/reposition.el index 97b6ec2419d..9e0e881748f 100644 --- a/lisp/reposition.el +++ b/lisp/reposition.el @@ -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 @@ first comment line visible (if point is in a comment)." ; (concat "Case " (, case-no) ": %s %s %s %s %s") ; ht line comment-height defun-height defun-depth))) +;;; reposition.el ends here |