]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/hideshow.el
* lisp/progmodes/hideshow.el (hs-block-end-regexp): Restore lost
[gnu-emacs] / lisp / progmodes / hideshow.el
index 26db60ddbc2647dc85e1d182abf7a58c8e08fc2a..8463648e679c4c56f908eddffe3baa5d98298154 100644 (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'.