Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7f7436ba
Commit
7f7436ba
authored
Jun 07, 1993
by
Richard M. Stallman
Browse files
(etags-recognize-tags-table): Fix misspelling of
find-tag-regexp-next-line-after-failure-p.
parent
e0fdbaba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/progmodes/etags.el
lisp/progmodes/etags.el
+1
-1
No files found.
lisp/progmodes/etags.el
View file @
7f7436ba
...
...
@@ -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-failu
i
re-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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment