emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master c990320 02/67: Update call to `font-lock-ensure'


From: Oleh Krehel
Subject: [elpa] master c990320 02/67: Update call to `font-lock-ensure'
Date: Sun, 22 Mar 2015 17:33:47 +0000

branch: master
commit c990320a4709abedec26ee6f7dcbd476374f55e4
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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

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