From: Richard M. Stallman Date: Sat, 3 Jan 2004 21:14:11 +0000 (+0000) Subject: (lm-section-end): require outline. X-Git-Tag: ttn-vms-21-2-B4~8013 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38068db2b0a3b961ac5db5ded7bb255a5def5160;p=emacs.git (lm-section-end): require outline. --- 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