From: Richard M. Stallman Date: Thu, 15 Nov 2007 12:08:27 +0000 (+0000) Subject: (reposition-window): Binding C-M-l moved to bindings.el. X-Git-Tag: emacs-pretest-22.1.90~376 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8c1a99611b8b98236f6f513bbc2fef66f55f8de6;p=emacs.git (reposition-window): Binding C-M-l moved to bindings.el. --- diff --git a/lisp/reposition.el b/lisp/reposition.el index 3a5f24cbe8f..6ebbe57840d 100644 --- a/lisp/reposition.el +++ b/lisp/reposition.el @@ -171,8 +171,6 @@ first comment line visible (if point is in a comment)." ;;(repos-debug-macro "4") )))) -;;;###autoload (define-key esc-map "\C-l" 'reposition-window) - ;;; Auxiliary functions ;; Return number of screen lines between START and END.