Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1af6db7d
Commit
1af6db7d
authored
May 27, 2014
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/progmodes/hideshow.el (hs-hide-all): Call syntax-propertize.
Fixes: debbugs:17608
parent
fc21a7de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/hideshow.el
lisp/progmodes/hideshow.el
+1
-0
No files found.
lisp/ChangeLog
View file @
1af6db7d
2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
(bug#17608).
2014-05-21 Michal Nazarewicz <mina86@mina86.com>
* textmodes/tildify.el (tildify-buffer, tildify-region):
...
...
lisp/progmodes/hideshow.el
View file @
1af6db7d
...
...
@@ -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
"\\("
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment