emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/linum.el,v
Date: Sat, 23 Feb 2008 23:34:37 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/02/23 23:34:36

Index: linum.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/linum.el,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- linum.el    31 Jan 2008 10:55:31 -0000      1.4
+++ linum.el    23 Feb 2008 23:34:36 -0000      1.5
@@ -188,7 +188,7 @@
   (run-with-idle-timer 0 nil #'linum-update-current))
 
 (defun linum-after-config ()
-  (walk-windows (lambda (w) (linum-update (window-buffer))) nil 'visible))
+  (walk-windows (lambda (w) (linum-update (window-buffer w))) nil 'visible))
 
 (defun linum-unload-function ()
   "Unload the Linum library."




reply via email to

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