* lisp/progmodes/hideshow.el (hs-block-end-regexp): Restore lost

buffer local setting.
This commit is contained in:
Dan Nicolaescu 2012-08-20 11:26:46 -04:00
parent 0c53f13cb5
commit d30aca1b7a
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2012-08-20 Dan Nicolaescu <dann@gnu.org>
* progmodes/hideshow.el (hs-block-end-regexp): Restore lost
buffer local setting.
2012-08-15 Chong Yidong <cyd@gnu.org>
* Version 24.2 released.

View file

@ -408,6 +408,8 @@ element (using `match-beginning') before calling `hs-forward-sexp-func'.")
(defvar hs-block-end-regexp nil
"Regexp for end of block.")
(make-variable-buffer-local 'hs-block-end-regexp)
(defvar hs-forward-sexp-func 'forward-sexp
"Function used to do a `forward-sexp'.