# HG changeset patch # User Eli Zaretskii # Date 1077902845 0 # Node ID 815ea37f89e4eab8d75ecf1b0e171d0e5aecef63 # Parent e371dc9d17e18827f20cae6fca579cb2f2ac1c33 In scheme-mode symbol regexp, disallow backquote and comma, so that it DTRT in macros. diff -r e371dc9d17e1 -r 815ea37f89e4 lisp/info-look.el --- a/lisp/info-look.el Fri Feb 27 17:22:27 2004 +0000 +++ b/lisp/info-look.el Fri Feb 27 17:27:25 2004 +0000 @@ -1,7 +1,7 @@ ;;; info-look.el --- major-mode-sensitive Info index lookup facility ;; An older version of this was known as libc.el. -;; Copyright (C) 1995,96,97,98,99,2001,2003 Free Software Foundation, Inc. +;; Copyright (C) 1995,96,97,98,99,2001,2003,2004 Free Software Foundation, Inc. ;; Author: Ralph Schleicher ;; (did not show signs of life (Nov 2001) -stef) @@ -808,7 +808,7 @@ (info-lookup-maybe-add-help :mode 'scheme-mode - :regexp "[^()'\" \t\n]+" + :regexp "[^()`',\" \t\n]+" :ignore-case t ;; Aubrey Jaffer's rendition from :doc-spec '(("(r5rs)Index" nil