From 3aac70e0acb38f10bd5b498984adbe2a101c000f Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 1 Mar 2002 15:54:26 +0000 Subject: [PATCH] (texinfo-start-menu-description): Remove extra paren in regexp. --- lisp/ChangeLog | 5 +++++ lisp/textmodes/texnfo-upd.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1a18b40a7d6..239a23be473 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-03-01 Andreas Schwab + + * textmodes/texnfo-upd.el (texinfo-start-menu-description): Remove + extra paren in regexp. From Michael Scholz . + 2002-02-26 Eli Zaretskii * international/mule-conf.el (ctext-no-compositions): Remove the diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index ec3cda5aed6..4389d779bf9 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el @@ -1,6 +1,6 @@ ;;; texnfo-upd.el --- utilities for updating nodes and menus in Texinfo files -;; Copyright (C) 1989, 1990, 1991, 1992, 2001 Free Software Foundation, Inc. +;; Copyright (C) 1989, 1990, 1991, 1992, 2001, 2002 Free Software Foundation, Inc. ;; Author: Robert J. Chassell ;; Maintainer: bug-texinfo@gnu.org @@ -673,7 +673,7 @@ complements the node name rather than repeats it as a title does." "\\|" ; or "\\(^@ifnottex[ ]*\n\\)" ; ifnottex line, if any "\\)?" ; end of expression - "\\)?") + ) nil t) (progn (setq title -- 2.39.2