mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-05 07:01:11 -08:00
(list-text-properties-at): Set help-xref-stack to
nil.
This commit is contained in:
parent
eab5a18b56
commit
37d5af8a49
1 changed files with 1 additions and 0 deletions
|
|
@ -459,6 +459,7 @@ These special properties include `invisible', `intangible' and `read-only'."
|
|||
(message "%s" str)
|
||||
(with-output-to-temp-buffer "*Text Properties*"
|
||||
(princ (format "Text properties at %d:\n\n" p))
|
||||
(setq help-xref-stack nil)
|
||||
(while props
|
||||
(if (eq (car props) 'category)
|
||||
(setq category (car (cdr props))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue