From 545a4764041769b76bf6de421a20375c22c47f01 Mon Sep 17 00:00:00 2001 From: Thomas Kleymann Date: Sun, 10 Nov 1996 17:34:05 +0000 Subject: fix for incorrect lego-outline-regexp --- lego.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lego.el b/lego.el index 38041615..4491b7fe 100644 --- a/lego.el +++ b/lego.el @@ -4,7 +4,7 @@ ;; code. ;; Maintainer: LEGO Team -;; Time-stamp: <05 Nov 96 tms /home/tms/elisp/lego.el> +;; Time-stamp: <10 Nov 96 tms /home/tms/elisp/lego.el> ;; Thanks to David Aspinall, Robert Boyer, Rod Burstall, ;; James McKinna, Mark Ruys, Martin Steffen, Perdita Stevens @@ -110,7 +110,7 @@ (defvar lego-outline-regexp (ids-to-regexp - '("*" "Discharge" "Freeze" "Goal" "Module" "[" "Record" "Inductive" + '("\\*" "Discharge" "Freeze" "Goal" "Module" "\\[" "Record" "Inductive" "Unfreeze"))) (defvar lego-outline-heading-end-regexp ";\\|\\*)") -- cgit v1.2.3