# HG changeset patch # User Richard M. Stallman # Date 739477946 0 # Node ID 54b82ecde27be90b4bea1ec9c7f1e2405a358b7e # Parent de673e6edb19e757665e883de22c6f256531df62 (etags-recognize-tags-table): Fix misspelling of find-tag-regexp-next-line-after-failure-p. diff -r de673e6edb19 -r 54b82ecde27b lisp/progmodes/etags.el --- a/lisp/progmodes/etags.el Mon Jun 07 18:29:36 1993 +0000 +++ b/lisp/progmodes/etags.el Mon Jun 07 18:32:26 1993 +0000 @@ -879,7 +879,7 @@ (goto-tag-location-function . etags-goto-tag-location) (find-tag-regexp-search-function . re-search-forward) (find-tag-regexp-tag-order . (tag-re-match-p)) - (find-tag-regexp-next-line-after-failuire-p . t) + (find-tag-regexp-next-line-after-failure-p . t) (find-tag-search-function . search-forward) (find-tag-tag-order . (tag-exact-match-p tag-word-match-p tag-any-match-p))