diff options
| author | Pavel Janík | 2002-12-11 06:53:24 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-12-11 06:53:24 +0000 |
| commit | 1e05661f4a80988cc2595b93ba0f42de2090dfe0 (patch) | |
| tree | 4371a2c54ed903065bff815e6eb17b0c9b448abf | |
| parent | abceb4ac6ed2386634452c700ed33ff04fa86fb1 (diff) | |
| download | emacs-1e05661f4a80988cc2595b93ba0f42de2090dfe0.tar.gz emacs-1e05661f4a80988cc2595b93ba0f42de2090dfe0.zip | |
Fix URL.
| -rw-r--r-- | lisp/ls-lisp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index 2d4fdb157dc..3bf7d55f4c1 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el | |||
| @@ -168,7 +168,7 @@ current year. The OLD-TIME-FORMAT is used for older files. To use ISO | |||
| 168 | 168 | ||
| 169 | ;; This stub is to allow ls-lisp to parse symbolic links via another | 169 | ;; This stub is to allow ls-lisp to parse symbolic links via another |
| 170 | ;; library such as w32-symlinks.el from | 170 | ;; library such as w32-symlinks.el from |
| 171 | ;; http://centaur.qmw.ac.uk/Emacs/: | 171 | ;; http://centaur.maths.qmw.ac.uk/Emacs/: |
| 172 | (defun ls-lisp-parse-symlink (file-name) | 172 | (defun ls-lisp-parse-symlink (file-name) |
| 173 | "This stub may be redefined to parse FILE-NAME as a symlink. | 173 | "This stub may be redefined to parse FILE-NAME as a symlink. |
| 174 | It should return nil or the link target as a string." | 174 | It should return nil or the link target as a string." |