From 020db25fa450f1c9b61c90a5c1a7a75489bb2531 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 22 Jun 1997 09:16:07 +0000 Subject: [PATCH] (paren-blinking group): Doc fix. (current-word): Ignore text properties. --- lisp/simple.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/simple.el b/lisp/simple.el index 21b6815b3a8..bcf03192b6a 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2528,8 +2528,8 @@ or adjacent to a word." (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))))) (defcustom fill-prefix nil "*String for filling to insert at front of new line, or nil for none. @@ -2877,7 +2877,7 @@ in the mode line." (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) -- 2.39.5