(list-text-properties-at): Pass proper format string to message.
This commit is contained in:
parent
7bccdfbc11
commit
f2b7756c10
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ These special properties include `invisible', `intangible' and `read-only'."
|
|||
(< (length (setq str (format "Text property at %d: %s %S"
|
||||
p (car props) (car (cdr props)))))
|
||||
(frame-width)))
|
||||
(message str)
|
||||
(message "%s" str)
|
||||
(with-output-to-temp-buffer "*Text Properties*"
|
||||
(princ (format "Text properties at %d:\n\n" p))
|
||||
(while props
|
||||
|
|
Loading…
Add table
Reference in a new issue