# HG changeset patch # User Richard M. Stallman # Date 853117849 0 # Node ID 06857a0ecebb02997f586bf16b803729914cb938 # Parent bdafa1f28a641dbce1c06c35aebc912277bde56f (texinfo-incorporate-descriptions): Call regexp-quote. diff -r bdafa1f28a64 -r 06857a0ecebb lisp/textmodes/texnfo-upd.el --- a/lisp/textmodes/texnfo-upd.el Sat Jan 11 17:44:06 1997 +0000 +++ b/lisp/textmodes/texnfo-upd.el Mon Jan 13 01:10:49 1997 +0000 @@ -451,9 +451,9 @@ ;; ;; Recognize both when looking for the description. (concat "\\* \\(" ; so only menu entries are found - (car (car new-menu-list)) "::" + (regexp-quote (car (car new-menu-list))) "::" "\\|" - ".*: " (car (car new-menu-list)) "[.,\t\n]" + ".*: " (regexp-quote (car (car new-menu-list))) "[.,\t\n]" "\\)" ) ; so only complete entries are found end-of-menu