Index: hideshow.el =================================================================== RCS file: /sources/emacs/emacs/lisp/progmodes/hideshow.el,v retrieving revision 1.80 diff -u -r1.80 hideshow.el --- hideshow.el 14 Aug 2009 23:02:41 -0000 1.80 +++ hideshow.el 24 Sep 2009 13:28:55 -0000 @@ -869,8 +869,8 @@ q (progn (hs-forward-sexp (match-data t) 1) (point))))) (when (and p q) (hs-discard-overlays p q) - (goto-char (if end q (1+ p))))) - (run-hooks 'hs-show-hook)))) + (goto-char (if end q (1+ p)))))) + (run-hooks 'hs-show-hook))) (defun hs-hide-level (arg) "Hide all blocks ARG levels below this block.