# HG changeset patch # User Richard M. Stallman # Date 1073164451 0 # Node ID daa5c6e18f6234c63d87fd1e1c9941a326791f48 # Parent 25ff62ff164d8e54d649def4804eeada12195d6e (lm-section-end): require outline. diff -r 25ff62ff164d -r daa5c6e18f62 lisp/emacs-lisp/lisp-mnt.el --- a/lisp/emacs-lisp/lisp-mnt.el Sat Jan 03 21:12:08 2004 +0000 +++ b/lisp/emacs-lisp/lisp-mnt.el Sat Jan 03 21:14:11 2004 +0000 @@ -214,6 +214,7 @@ 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