comparison lisp/reposition.el @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 64ee9a4a698e
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 ;;; reposition.el --- center a Lisp function or comment on the screen 1 ;;; reposition.el --- center a Lisp function or comment on the screen
2 2
3 ;; Copyright (C) 1991, 1994 Free Software Foundation, Inc. 3 ;; Copyright (C) 1991, 1994, 2002, 2003, 2004,
4 ;; 2005 Free Software Foundation, Inc.
4 5
5 ;; Author: Michael D. Ernst <mernst@theory.lcs.mit.edu> 6 ;; Author: Michael D. Ernst <mernst@theory.lcs.mit.edu>
6 ;; Created: Jan 1991 7 ;; Created: Jan 1991
7 ;; Maintainer: FSF 8 ;; Maintainer: FSF
8 9
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details. 20 ;; GNU General Public License for more details.
20 21
21 ;; You should have received a copy of the GNU General Public License 22 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the 23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 ;; Boston, MA 02111-1307, USA. 25 ;; Boston, MA 02110-1301, USA.
25 26
26 ;;; Commentary: 27 ;;; Commentary:
27 28
28 ;; Reposition-window makes an entire function definition or comment visible, 29 ;; Reposition-window makes an entire function definition or comment visible,
29 ;; or, if it is already visible, places it at the top of the window; 30 ;; or, if it is already visible, places it at the top of the window;
194 ;; `(message (concat "Case " ,case-no ": %s %s %s %s %s") 195 ;; `(message (concat "Case " ,case-no ": %s %s %s %s %s")
195 ;; ht line comment-height defun-height defun-depth)) 196 ;; ht line comment-height defun-height defun-depth))
196 197
197 (provide 'reposition) 198 (provide 'reposition)
198 199
200 ;;; arch-tag: 79487039-3bd7-4ab5-a3e8-ecf3b4919010
199 ;;; reposition.el ends here 201 ;;; reposition.el ends here