From 38068db2b0a3b961ac5db5ded7bb255a5def5160 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 3 Jan 2004 21:14:11 +0000 Subject: [PATCH] (lm-section-end): require outline. --- lisp/emacs-lisp/lisp-mnt.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2