From 37d5af8a4940f64e2dd09cfaacaf0cfc641bcce9 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 1 Mar 2000 19:05:24 +0000 Subject: [PATCH] (list-text-properties-at): Set help-xref-stack to nil. --- lisp/facemenu.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/facemenu.el b/lisp/facemenu.el index f6272103801..49b5a386ac0 100644 --- a/lisp/facemenu.el +++ b/lisp/facemenu.el @@ -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)))) -- 2.39.5