diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-11-15 12:08:27 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-11-15 12:08:27 +0000 |
commit | 8c1a99611b8b98236f6f513bbc2fef66f55f8de6 (patch) | |
tree | 86d371976449384b514b8faf28c91ed31ae4f6ae /lisp/reposition.el | |
parent | 712013730319937ab9e514a0d10719c7e075b689 (diff) | |
download | emacs-8c1a99611b8b98236f6f513bbc2fef66f55f8de6.tar.gz |
(reposition-window): Binding C-M-l moved to bindings.el.
Diffstat (limited to 'lisp/reposition.el')
-rw-r--r-- | lisp/reposition.el | 2 |
1 files changed, 0 insertions, 2 deletions
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. |