diff options
author | Dave Love <fx@gnu.org> | 2000-03-01 19:05:24 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-03-01 19:05:24 +0000 |
commit | 37d5af8a4940f64e2dd09cfaacaf0cfc641bcce9 (patch) | |
tree | 2fcb22c6f095c3b72740b0a31be1a02d45ca4778 /lisp/facemenu.el | |
parent | eab5a18b56628bd19def63ede4c50aa8f4512a4b (diff) | |
download | emacs-37d5af8a4940f64e2dd09cfaacaf0cfc641bcce9.tar.gz |
(list-text-properties-at): Set help-xref-stack to
nil.
Diffstat (limited to 'lisp/facemenu.el')
-rw-r--r-- | lisp/facemenu.el | 1 |
1 files changed, 1 insertions, 0 deletions
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)))) |