* lisp/foldout.el (outline-minor-mode): Remove pointless check.

This commit is contained in:
Glenn Morris 2018-04-25 14:45:30 -04:00
parent 8c50334ad7
commit 28930785d7

View file

@ -209,10 +209,6 @@
(require 'outline)
;; something has gone very wrong if outline-minor-mode isn't bound now.
(if (not (boundp 'outline-minor-mode))
(error "Can't find outline-minor-mode"))
(defvar foldout-fold-list nil
"List of start and end markers for the folds currently entered.
An end marker of nil means the fold ends after (point-max).")