From 6823518c94e7810290386d69ff87dd02c1828de9 Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Mon, 21 Mar 2016 14:18:53 +0100 Subject: [PATCH] swiper.el (swiper--candidates): Always remove '(field) --- swiper.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/swiper.el b/swiper.el index 366b6282d..6eb433fb1 100644 --- a/swiper.el +++ b/swiper.el @@ -294,8 +294,7 @@ numbers; replaces calculating the width from buffer line count." (buffer-substring (point) (line-end-position))))))) - (when (eq major-mode 'twittering-mode) - (remove-text-properties 0 (length str) '(field) str)) + (remove-text-properties 0 (length str) '(field) str) (put-text-property 0 1 'display (format swiper--format-spec (cl-incf line-number)) -- 2.39.2