diff options
author | Roland McGrath <roland@gnu.org> | 1991-05-11 18:07:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1991-05-11 18:07:11 +0000 |
commit | 5d156ff5e3b6ab297e9a6a92637f216d85f5f191 (patch) | |
tree | f9528b1afecca16ed5732ee9eeba4ef012f89790 /lisp/reposition.el | |
parent | 822407d894ec3545f07eea21835d20d2d86ee805 (diff) | |
download | emacs-5d156ff5e3b6ab297e9a6a92637f216d85f5f191.tar.gz |
*** empty log message ***
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. |