diff options
| author | Dave Love | 2000-03-01 19:05:24 +0000 |
|---|---|---|
| committer | Dave Love | 2000-03-01 19:05:24 +0000 |
| commit | 37d5af8a4940f64e2dd09cfaacaf0cfc641bcce9 (patch) | |
| tree | 2fcb22c6f095c3b72740b0a31be1a02d45ca4778 | |
| parent | eab5a18b56628bd19def63ede4c50aa8f4512a4b (diff) | |
| download | emacs-37d5af8a4940f64e2dd09cfaacaf0cfc641bcce9.tar.gz emacs-37d5af8a4940f64e2dd09cfaacaf0cfc641bcce9.zip | |
(list-text-properties-at): Set help-xref-stack to
nil.
| -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'." | |||
| 459 | (message "%s" str) | 459 | (message "%s" str) |
| 460 | (with-output-to-temp-buffer "*Text Properties*" | 460 | (with-output-to-temp-buffer "*Text Properties*" |
| 461 | (princ (format "Text properties at %d:\n\n" p)) | 461 | (princ (format "Text properties at %d:\n\n" p)) |
| 462 | (setq help-xref-stack nil) | ||
| 462 | (while props | 463 | (while props |
| 463 | (if (eq (car props) 'category) | 464 | (if (eq (car props) 'category) |
| 464 | (setq category (car (cdr props)))) | 465 | (setq category (car (cdr props)))) |