diff options
| author | Richard M. Stallman | 2007-11-15 12:08:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-11-15 12:08:27 +0000 |
| commit | 8c1a99611b8b98236f6f513bbc2fef66f55f8de6 (patch) | |
| tree | 86d371976449384b514b8faf28c91ed31ae4f6ae | |
| parent | 712013730319937ab9e514a0d10719c7e075b689 (diff) | |
| download | emacs-8c1a99611b8b98236f6f513bbc2fef66f55f8de6.tar.gz emacs-8c1a99611b8b98236f6f513bbc2fef66f55f8de6.zip | |
(reposition-window): Binding C-M-l moved to bindings.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)." | |||
| 171 | ;;(repos-debug-macro "4") | 171 | ;;(repos-debug-macro "4") |
| 172 | )))) | 172 | )))) |
| 173 | 173 | ||
| 174 | ;;;###autoload (define-key esc-map "\C-l" 'reposition-window) | ||
| 175 | |||
| 176 | ;;; Auxiliary functions | 174 | ;;; Auxiliary functions |
| 177 | 175 | ||
| 178 | ;; Return number of screen lines between START and END. | 176 | ;; Return number of screen lines between START and END. |