# HG changeset patch # User Richard M. Stallman # Date 667340971 0 # Node ID 590c27da44e410605ad522914c68d152594ca9f7 # Parent cb231c9208d826715676a24349cc26e9e51312a7 *** empty log message *** diff -r cb231c9208d8 -r 590c27da44e4 lisp/reposition.el --- a/lisp/reposition.el Sat Feb 23 20:24:49 1991 +0000 +++ b/lisp/reposition.el Sat Feb 23 20:29:31 1991 +0000 @@ -17,7 +17,7 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -;;; Written by Michael D. Ernst, mernst@theory.lcs.mit.edu, 1/26/91 +;;; 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; @@ -25,9 +25,6 @@ ;;; code. For the gory details, see the documentation for reposition-window; ;;; rather than reading that, you may just want to play with it. -;;; The recommended binding for this function is M-C-r: -;;; (global-set-key "\e\C-r" 'reposition-window) - ;;; This tries pretty hard to do the recentering correctly; the precise ;;; action depends on what the buffer looks like. If you find a situation ;;; where it doesn't behave well, let me know. This function is modeled