changeset 2902:573fc5cd8175

(texinfo-chapter-level-regexp): Copied here.
author Richard M. Stallman <rms@gnu.org>
date Wed, 19 May 1993 16:52:19 +0000
parents 510a7ebce564
children fa41174db2fa
files lisp/textmodes/texinfo.el
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/texinfo.el	Wed May 19 16:50:17 1993 +0000
+++ b/lisp/textmodes/texinfo.el	Wed May 19 16:52:19 1993 +0000
@@ -1,6 +1,6 @@
 ;;; texinfo.el --- major mode for editing Texinfo files.
 
-;; Copyright (C) 1985, 1988, 1989, 1990 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1988, 1989, 1990, 1993 Free Software Foundation, Inc.
 
 ;; Author: Bob Chassell <bob@gnu.ai.mit.edu>
 ;; Version: 2.00
@@ -26,6 +26,10 @@
 
 ;;; Don't you dare insert any `require' calls at top level in this file--rms.
 
+(defvar texinfo-chapter-level-regexp 
+  "chapter\\|unnumbered \\|appendix \\|majorheading\\|chapheading"
+  "Regular expression matching just the Texinfo chapter level headings.")
+
 (defvar texinfo-mode-syntax-table nil)
 
 (if texinfo-mode-syntax-table