From 857b864af1baa11116ee722a5acb5d102b39d696 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 1 Mar 2002 16:02:42 +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 7097d45e1f3..90624661360 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-03-01 Eli Zaretskii * mouse.el (mouse-show-mark): Use display-mouse-p, not diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index 18ebb12e832..f97c2b4bdbf 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 @@ -765,7 +765,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) (setq title (buffer-substring -- 2.11.4.GIT