diff options
| -rw-r--r-- | lisp/net/shr.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/shr.el b/lisp/net/shr.el index 8b51fc83f44..9e86ca9e0f9 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el | |||
| @@ -425,8 +425,8 @@ size, and full-buffer size." | |||
| 425 | (shr-stylesheet shr-stylesheet) | 425 | (shr-stylesheet shr-stylesheet) |
| 426 | (shr-depth (1+ shr-depth)) | 426 | (shr-depth (1+ shr-depth)) |
| 427 | (start (point))) | 427 | (start (point))) |
| 428 | ;; shr uses about 12 frames per nested node. | 428 | ;; shr uses many frames per nested node. |
| 429 | (if (> shr-depth (/ max-specpdl-size 12)) | 429 | (if (> shr-depth (/ max-specpdl-size 15)) |
| 430 | (setq shr-warning "Too deeply nested to render properly; consider increasing `max-specpdl-size'") | 430 | (setq shr-warning "Too deeply nested to render properly; consider increasing `max-specpdl-size'") |
| 431 | (when style | 431 | (when style |
| 432 | (if (string-match "color\\|display\\|border-collapse" style) | 432 | (if (string-match "color\\|display\\|border-collapse" style) |