aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-04-02 15:39:19 +0000
committerRichard M. Stallman1996-04-02 15:39:19 +0000
commitb4bcc0c4a8b1cdde0849e3cd24f69d4e9a535050 (patch)
treebbfdf943fd28a8b06576cf3a4644f8c93ffa03d4 /lib-src
parent13f8accb34ec147f719776e570e7ffb3b1bd2ef4 (diff)
downloademacs-b4bcc0c4a8b1cdde0849e3cd24f69d4e9a535050.tar.gz
emacs-b4bcc0c4a8b1cdde0849e3cd24f69d4e9a535050.zip
(absolute_filename): Use absolutefn.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/etags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c
index 77975c625aa..8463e01443e 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -4425,7 +4425,7 @@ absolute_filename (file, cwd)
4425 cp = slashp; 4425 cp = slashp;
4426 do 4426 do
4427 cp--; 4427 cp--;
4428 while (cp >= res && *cp != '/'); 4428 while (cp >= res && !absolutefn (cp));
4429 if (*cp == '/') 4429 if (*cp == '/')
4430 { 4430 {
4431 strcpy (cp, slashp + 3); 4431 strcpy (cp, slashp + 3);