comparison lisp/progmodes/etags.el @ 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 82797c755adc
children 507f64624555
comparison
equal deleted inserted replaced
3547:de673e6edb19 3548:54b82ecde27b
877 (tags-completion-table-function . etags-tags-completion-table) 877 (tags-completion-table-function . etags-tags-completion-table)
878 (snarf-tag-function . etags-snarf-tag) 878 (snarf-tag-function . etags-snarf-tag)
879 (goto-tag-location-function . etags-goto-tag-location) 879 (goto-tag-location-function . etags-goto-tag-location)
880 (find-tag-regexp-search-function . re-search-forward) 880 (find-tag-regexp-search-function . re-search-forward)
881 (find-tag-regexp-tag-order . (tag-re-match-p)) 881 (find-tag-regexp-tag-order . (tag-re-match-p))
882 (find-tag-regexp-next-line-after-failuire-p . t) 882 (find-tag-regexp-next-line-after-failure-p . t)
883 (find-tag-search-function . search-forward) 883 (find-tag-search-function . search-forward)
884 (find-tag-tag-order . (tag-exact-match-p tag-word-match-p 884 (find-tag-tag-order . (tag-exact-match-p tag-word-match-p
885 tag-any-match-p)) 885 tag-any-match-p))
886 (find-tag-next-line-after-failure-p . nil) 886 (find-tag-next-line-after-failure-p . nil)
887 (list-tags-function . etags-list-tags) 887 (list-tags-function . etags-list-tags)