From: Oleh Krehel Date: Mon, 21 Mar 2016 13:18:53 +0000 (+0100) Subject: swiper.el (swiper--candidates): Always remove '(field) X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/6823518c94e7810290386d69ff87dd02c1828de9 swiper.el (swiper--candidates): Always remove '(field) --- 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))