diff options
Diffstat (limited to 'lisp/foldout.el')
-rw-r--r-- | lisp/foldout.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/foldout.el b/lisp/foldout.el index f1905b79a73..21f2208723b 100644 --- a/lisp/foldout.el +++ b/lisp/foldout.el @@ -318,7 +318,7 @@ exited and text is left visible." ;; catch a request to leave all folds ((zerop num-folds) (setq num-folds (length foldout-fold-list))) - + ;; have we been told not to hide the fold? ((< num-folds 0) (setq hide-fold nil |