(setq end (point))
(skip-syntax-backward "w_")
(setq start (point)))
- (buffer-substring start end)))
- (buffer-substring start end)))))
+ (buffer-substring-no-properties start end)))
+ (buffer-substring-no-properties start end)))))
\f
(defcustom fill-prefix nil
"*String for filling to insert at front of new line, or nil for none.
(force-mode-line-update))
(defgroup paren-blinking nil
- "Blinking (un)matching of parens and expressions."
+ "Blinking matching of parens and expressions."
:prefix "blink-matching-"
:group 'paren-matching)