diff options
Diffstat (limited to 'lisp/reposition.el')
| -rw-r--r-- | lisp/reposition.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/reposition.el b/lisp/reposition.el index 5802e6d86fe..dcf7b457b75 100644 --- a/lisp/reposition.el +++ b/lisp/reposition.el @@ -161,6 +161,8 @@ first comment line visible (if point is in a comment)." ;;(repos-debug-macro "4") )))) +;;;###autoload (define-key esc-map "\C-l" 'resposition-window) + ;;; Auxiliary functions ;; Return number of screen lines between START and END. |
