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 | 77176e738857197923e3083803d0eff7a8b0dfd6 (patch) | |
tree | 4ee83e653660377f1a5669e6c9f35006e8dae005 /lisp/reposition.el | |
parent | 483e630e5dfea92edb1413bb95a8001c94ffe43a (diff) | |
download | emacs-77176e738857197923e3083803d0eff7a8b0dfd6.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. |