From 7f7436bac3538c1264a10d623c31b4b26f601b57 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 7 Jun 1993 18:32:26 +0000 Subject: (etags-recognize-tags-table): Fix misspelling of find-tag-regexp-next-line-after-failure-p. --- lisp/progmodes/etags.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 158885c1887..9b9b6bf2755 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -879,7 +879,7 @@ See documentation of variable `tags-file-name'." (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)) -- cgit v1.2.1