diff options
Diffstat (limited to 'lisp/reposition.el')
-rw-r--r-- | lisp/reposition.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/reposition.el b/lisp/reposition.el index dcf7b457b75..97b6ec2419d 100644 --- a/lisp/reposition.el +++ b/lisp/reposition.el @@ -161,7 +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) +;;;###autoload +(define-key esc-map "\C-l" 'resposition-window) ;;; Auxiliary functions |