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
c49a777a
Commit
c49a777a
authored
Sep 23, 1994
by
Roland McGrath
Browse files
(tags-table-check-computed-list): Call tags-verify-table on existing
buffers.
parent
2687aeb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
lisp/progmodes/etags.el
lisp/progmodes/etags.el
+5
-1
No files found.
lisp/progmodes/etags.el
View file @
c49a777a
...
...
@@ -223,7 +223,11 @@ file the tag was in."
(
while
tables
(
setq
computed
(
cons
(
car
tables
)
computed
)
table-buffer
(
get-file-buffer
(
car
tables
)))
(
if
table-buffer
(
if
(
and
table-buffer
;; There is a buffer visiting the file. Now make sure
;; it is initialized as a tag table buffer.
(
save-excursion
(
tags-verify-table
(
buffer-file-name
table-buffer
))))
(
save-excursion
(
set-buffer
table-buffer
)
(
if
(
tags-included-tables
)
...
...
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