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
d54f9e30
Commit
d54f9e30
authored
Jul 06, 1992
by
Jim Blandy
Browse files
*** empty log message ***
parent
94074b19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
lisp/progmodes/etags.el
lisp/progmodes/etags.el
+5
-0
No files found.
lisp/progmodes/etags.el
View file @
d54f9e30
...
...
@@ -42,6 +42,11 @@ A directory name is ok too; it means file TAGS in that directory."
(
concat
default-directory
"TAGS"
)
t
)))
(
setq
file
(
expand-file-name
file
))
;; Get rid of the prefixes added by the automounter.
(
if
(
and
(
string-match
"^/tmp_mnt/"
file
)
(
file-exists-p
(
file-name-directory
(
substring
file
(
1-
(
match-end
0
))))))
(
setq
file
(
substring
file
(
1-
(
match-end
0
)))))
(
if
(
file-directory-p
file
)
(
setq
file
(
concat
file
"TAGS"
)))
(
setq
tag-table-files
nil
...
...
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