diff options
| author | Stefan Monnier | 2025-02-05 20:21:03 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2025-02-05 20:21:03 -0500 |
| commit | 1f4a26df862917c956e79fc2ca111caebf895623 (patch) | |
| tree | 1992020c1b0a7c68fd3d9f0f0cab343b1cc67c09 /src | |
| parent | d10acd16c90afe9fc8534fcd174397b7c403eda9 (diff) | |
| parent | 5c36b4126533764bb8b90413f274d766e1a6f0d6 (diff) | |
| download | emacs-1f4a26df862917c956e79fc2ca111caebf895623.tar.gz emacs-1f4a26df862917c956e79fc2ca111caebf895623.zip | |
Merge remote-tracking branch 'origin/emacs-30'
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 1832a4c7759..cdf57618af1 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -2050,7 +2050,9 @@ the value of this function. | |||
| 2050 | 2050 | ||
| 2051 | If `/~' appears, all of FILENAME through that `/' is discarded. | 2051 | If `/~' appears, all of FILENAME through that `/' is discarded. |
| 2052 | If `//' appears, everything up to and including the first of | 2052 | If `//' appears, everything up to and including the first of |
| 2053 | those `/' is discarded. */) | 2053 | those `/' is discarded. More generally, if a variable substitution |
| 2054 | produces an absolute file name, everything before that file name | ||
| 2055 | is discarded. */) | ||
| 2054 | (Lisp_Object filename) | 2056 | (Lisp_Object filename) |
| 2055 | { | 2057 | { |
| 2056 | char *nm, *p, *x, *endp; | 2058 | char *nm, *p, *x, *endp; |