aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/facemenu.el
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-03-01 19:05:24 +0000
committerDave Love <[email protected]>2000-03-01 19:05:24 +0000
commit37d5af8a4940f64e2dd09cfaacaf0cfc641bcce9 (patch)
tree2fcb22c6f095c3b72740b0a31be1a02d45ca4778 /lisp/facemenu.el
parenteab5a18b56628bd19def63ede4c50aa8f4512a4b (diff)
(list-text-properties-at): Set help-xref-stack to
nil.
Diffstat (limited to 'lisp/facemenu.el')
-rw-r--r--lisp/facemenu.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/facemenu.el b/lisp/facemenu.el
index f627210380..49b5a386ac 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))))