emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/longlines.el,v


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/lisp/longlines.el,v
Date: Wed, 11 Oct 2006 06:27:10 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jan Djärv <jhd>        06/10/11 06:27:08

Index: longlines.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/longlines.el,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- longlines.el        1 Aug 2006 05:29:19 -0000       1.29
+++ longlines.el        11 Oct 2006 06:27:08 -0000      1.30
@@ -410,7 +410,7 @@
 
 (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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]