1
Fork 0
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:
Dave Love 2000-03-01 19:05:24 +00:00
parent eab5a18b56
commit 37d5af8a49

View file

@ -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))))