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
e98cc0af
Commit
e98cc0af
authored
Jul 02, 1994
by
Richard M. Stallman
Browse files
(visit-tags-table-buffer): Move error call into scope of `file'.
parent
b3848c28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/progmodes/etags.el
lisp/progmodes/etags.el
+2
-2
No files found.
lisp/progmodes/etags.el
View file @
e98cc0af
...
...
@@ -548,8 +548,8 @@ Returns t if it visits a tags table, or nil if there are no more in the list."
(
let
((
file
tags-file-name
))
(
kill-local-variable
'tags-file-name
)
(
if
(
eq
file
tags-file-name
)
(
setq
tags-file-name
nil
))
)
(
error
"File %s is not a valid tags table"
file
))))
(
setq
tags-file-name
nil
))
(
error
"File %s is not a valid tags table"
file
))))
)
(
defun
file-of-tag
()
"Return the file name of the file whose tags point is within.
...
...
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