From: Dave Love Date: Wed, 1 Mar 2000 19:05:24 +0000 (+0000) Subject: (list-text-properties-at): Set help-xref-stack to X-Git-Tag: emacs-pretest-21.0.90~4825 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=37d5af8a4940f64e2dd09cfaacaf0cfc641bcce9;p=emacs.git (list-text-properties-at): Set help-xref-stack to nil. --- 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))))