* lisp/progmodes/hideshow.el (hs-block-end-regexp): Restore lost
buffer local setting.
This commit is contained in:
parent
0c53f13cb5
commit
d30aca1b7a
2 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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'.
|
||||
|
|
Loading…
Add table
Reference in a new issue