diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-01-03 21:14:11 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-01-03 21:14:11 +0000 |
commit | 38068db2b0a3b961ac5db5ded7bb255a5def5160 (patch) | |
tree | 394dfd28c9bf5a0b87a4ba5c00ae1d01f8beb964 /lisp/emacs-lisp | |
parent | d03aece353a27fc02a483459d04bc782998feeef (diff) | |
download | emacs-38068db2b0a3b961ac5db5ded7bb255a5def5160.tar.gz |
(lm-section-end): require outline.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/lisp-mnt.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index aeb7fb2258d..245772dfc54 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el @@ -214,6 +214,7 @@ The end of the section is defined as the beginning of the next section of the same level or lower. The function `lisp-outline-level' is used to compute the level of a section. If no such section exists, return the end of the buffer." + (require 'outline) ;; for outline-regexp. (let ((start (lm-section-start header))) (when start (save-excursion |