branch: elpa/vm
commit c60da08bd415c62f5de9a54c872556a5b9de8530
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>

    * lisp/vm-page.el (vm-energize-urls): Fix issue#477
---
 lisp/vm-page.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/vm-page.el b/lisp/vm-page.el
index c02a3b0775..37496d6146 100644
--- a/lisp/vm-page.el
+++ b/lisp/vm-page.el
@@ -373,7 +373,7 @@ Negative arg means scroll forward."
                         (when (vm-extent-property e 'vm-url)
                           (vm-delete-extent e))
                         nil))
-                     (current-buffer)
+                     ;; (current-buffer)
                      ;; (point-min) (point-max)
                      )
       (if clean-only (vm-inform 1 "Energy from urls removed!")

Reply via email to