diff options
Diffstat (limited to 'lisp/longlines.el')
-rw-r--r-- | lisp/longlines.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/longlines.el b/lisp/longlines.el index 77e0b415344..ee469e1be09 100644 --- a/lisp/longlines.el +++ b/lisp/longlines.el @@ -410,7 +410,7 @@ This is called by `post-command-hook' after each command." (defun longlines-window-change-function () "Re-wrap the buffer if the window width has changed. -This is called by `window-size-change-functions'." +This is called by `window-configuration-change-hook'." (when (/= fill-column (- (window-width) window-min-width)) (setq fill-column (- (window-width) window-min-width)) (let ((mod (buffer-modified-p))) |