branch: master
commit c990320a4709abedec26ee6f7dcbd476374f55e4
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    Update call to `font-lock-ensure'
    
    * swiper.el (swiper--candidates): `font-lock-ensure' takes no arguments
      in 24.4.1.
---
 swiper.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/swiper.el b/swiper.el
index 6eb0484..2ead1c5 100644
--- a/swiper.el
+++ b/swiper.el
@@ -80,7 +80,7 @@
          candidates)
     (save-excursion
       (goto-char (point-min))
-      (font-lock-ensure (point-min) (point-max))
+      (font-lock-ensure)
       (while (< (point) (point-max))
         (push (format fspec
                       (incf line-number)

Reply via email to