changeset 3548:54b82ecde27b

(etags-recognize-tags-table): Fix misspelling of find-tag-regexp-next-line-after-failure-p.
author Richard M. Stallman <rms@gnu.org>
date Mon, 07 Jun 1993 18:32:26 +0000
parents de673e6edb19
children a4d9c9bc3994
files lisp/progmodes/etags.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))