From: Juanma Barranquero Date: Sat, 23 Feb 2008 23:35:23 +0000 (+0000) Subject: (linum-after-config): Update all visible windows. X-Git-Tag: emacs-pretest-23.0.90~7718 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a5b6e5a4667762c22dc25ce140b5dbb802fb30d9;p=emacs.git (linum-after-config): Update all visible windows. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b68496c315d..eeb112c79e1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-02-23 Markus Triska + + * linum.el (linum-after-config): Update all visible windows. + 2008-02-23 Glenn Morris * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong. diff --git a/lisp/linum.el b/lisp/linum.el index 2aa79e0442e..906c856b805 100644 --- a/lisp/linum.el +++ b/lisp/linum.el @@ -188,7 +188,7 @@ and you have to scroll or press \\[recenter-top-bottom] to update the numbers." (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."