diff options
author | Glenn Morris <rgm@gnu.org> | 2018-04-25 14:45:30 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-04-25 14:45:30 -0400 |
commit | 28930785d7a8ee871f000be3545daab246c96d73 (patch) | |
tree | 54ae48f44a8c9bafb730a3f1b75611675c24b922 /lisp/foldout.el | |
parent | 8c50334ad701dbf4141f8e80e9fb488c7c8de861 (diff) | |
download | emacs-28930785d7a8ee871f000be3545daab246c96d73.tar.gz emacs-28930785d7a8ee871f000be3545daab246c96d73.tar.bz2 emacs-28930785d7a8ee871f000be3545daab246c96d73.zip |
* lisp/foldout.el (outline-minor-mode): Remove pointless check.
Diffstat (limited to 'lisp/foldout.el')
-rw-r--r-- | lisp/foldout.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/foldout.el b/lisp/foldout.el index ead5368bad2..34e3c6da66b 100644 --- a/lisp/foldout.el +++ b/lisp/foldout.el @@ -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).") |