comparison lisp/outline.el @ 90399:a5812696f7bf unicode-pre-font-backend

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 274-284) - Update from CVS - Update etc/MORE.STUFF. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 101) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-62
author Miles Bader <miles@gnu.org>
date Wed, 17 May 2006 07:46:49 +0000
parents a7364c1a561e 63b772bfba93
children f1d13e615070
comparison
equal deleted inserted replaced
90398:1f8d5cd37cf0 90399:a5812696f7bf
52 so the regexp need not (and usually does not) start with `^'. 52 so the regexp need not (and usually does not) start with `^'.
53 The recommended way to set this is with a Local Variables: list 53 The recommended way to set this is with a Local Variables: list
54 in the file it applies to. See also `outline-heading-end-regexp'." 54 in the file it applies to. See also `outline-heading-end-regexp'."
55 :type '(choice regexp (const nil)) 55 :type '(choice regexp (const nil))
56 :group 'outlines) 56 :group 'outlines)
57 ;;;###autoload(put 'outline-regexp 'safe-local-variable 'string-or-null-p)
57 58
58 (defcustom outline-heading-end-regexp "\n" 59 (defcustom outline-heading-end-regexp "\n"
59 "Regular expression to match the end of a heading line. 60 "Regular expression to match the end of a heading line.
60 You can assume that point is at the beginning of a heading when this 61 You can assume that point is at the beginning of a heading when this
61 regexp is searched for. The heading ends at the end of the match. 62 regexp is searched for. The heading ends at the end of the match.