summaryrefslogtreecommitdiff
path: root/lisp/progmodes/hideshow.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2014-05-27 21:12:04 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2014-05-27 21:12:04 -0400
commit1af6db7de0248f64967ec47c6cde8ea371741dfc (patch)
tree90640e4185afa21e6410503b706d0c331e83a53c /lisp/progmodes/hideshow.el
parentfc21a7de3a92a38c5b00ce64a81c8668d0482fbb (diff)
downloademacs-1af6db7de0248f64967ec47c6cde8ea371741dfc.tar.gz
* lisp/progmodes/hideshow.el (hs-hide-all): Call syntax-propertize.
Fixes: debbugs:17608
Diffstat (limited to 'lisp/progmodes/hideshow.el')
-rw-r--r--lisp/progmodes/hideshow.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el
index e9349b655b0..45420f2a250 100644
--- a/lisp/progmodes/hideshow.el
+++ b/lisp/progmodes/hideshow.el
@@ -789,6 +789,7 @@ If `hs-hide-comments-when-hiding-all' is non-nil, also hide the comments."
(unless hs-allow-nesting
(hs-discard-overlays (point-min) (point-max)))
(goto-char (point-min))
+ (syntax-propertize (point-max))
(let ((spew (make-progress-reporter "Hiding all blocks..."
(point-min) (point-max)))
(re (concat "\\("