diff options
| author | Glenn Morris | 2010-02-18 01:02:04 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-02-18 01:02:04 -0800 |
| commit | 30f50381ed7ff683636fe6e1a8e455a1b9f156a1 (patch) | |
| tree | 834652e3f3b2e01bcbef13de52f7f8ad5e97534b /src | |
| parent | ddb2d8e23516c5d2df644e72030ebf073aa3ebc0 (diff) | |
| download | emacs-30f50381ed7ff683636fe6e1a8e455a1b9f156a1.tar.gz emacs-30f50381ed7ff683636fe6e1a8e455a1b9f156a1.zip | |
* fileio.c: Comment fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c index 50f8cb14bfb..a80ba11bcab 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -1408,8 +1408,9 @@ filesystem tree, not (expand-file-name ".." dirname). */) | |||
| 1408 | bugs _are_ found, it might be of interest to look at the old code and | 1408 | bugs _are_ found, it might be of interest to look at the old code and |
| 1409 | see what did it do in the relevant situation. | 1409 | see what did it do in the relevant situation. |
| 1410 | 1410 | ||
| 1411 | Don't remove this code: it's true that it will be accessible via CVS, | 1411 | Don't remove this code: it's true that it will be accessible |
| 1412 | but a few years from deletion, people will forget it is there. */ | 1412 | from the repository, but a few years from deletion, people will |
| 1413 | forget it is there. */ | ||
| 1413 | 1414 | ||
| 1414 | /* Changed this DEFUN to a DEAFUN, so as not to confuse `make-docfile'. */ | 1415 | /* Changed this DEFUN to a DEAFUN, so as not to confuse `make-docfile'. */ |
| 1415 | DEAFUN ("expand-file-name", Fexpand_file_name, Sexpand_file_name, 1, 2, 0, | 1416 | DEAFUN ("expand-file-name", Fexpand_file_name, Sexpand_file_name, 1, 2, 0, |