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
a7a50f69
Commit
a7a50f69
authored
Dec 09, 1991
by
Eric S. Raymond
Browse files
*** empty log message ***
parent
ff704742
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/progmodes/etags.el
lisp/progmodes/etags.el
+3
-3
No files found.
lisp/progmodes/etags.el
View file @
a7a50f69
...
...
@@ -146,9 +146,9 @@ File names returned are absolute."
(
setq
tagname
last-tag
))
(
setq
last-tag
tagname
)
(
while
(
progn
(
if
(
not
(
search-forward
(
if
exact
(
concat
tagname
"
("
)
tagname
)
nil
t
))
(
if
(
not
(
if
exact
(
re-search-forward
(
concat
"\\W"
tagname
"
\\W"
)
nil
t
)
(
search-forward
tagname
nil
t
))
)
(
error
"No %sentries containing %s"
(
if
next
"more "
""
)
tagname
))
(
not
(
looking-at
"[^\n\177]*\177"
))))
...
...
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