Mercurial > emacs
changeset 53488:daa5c6e18f62
(lm-section-end): require outline.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 03 Jan 2004 21:14:11 +0000 |
parents | 25ff62ff164d |
children | e7d6a284bd5a |
files | lisp/emacs-lisp/lisp-mnt.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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