Mercurial > emacs
changeset 28650:31505c4d5daf
(gulp-maintainer): Use expand-file-name
instead of concat.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 19 Apr 2000 14:39:19 +0000 |
parents | 25a6de787175 |
children | 2ce492de4cb9 |
files | lisp/emacs-lisp/gulp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/gulp.el Wed Apr 19 14:37:56 2000 +0000 +++ b/lisp/emacs-lisp/gulp.el Wed Apr 19 14:39:19 2000 +0000 @@ -152,7 +152,7 @@ (defun gulp-maintainer (filenm dir) "Return a list (MAINTAINER TIMESTAMP) for the package FILENM in directory DIR." (save-excursion - (let* ((fl (concat dir filenm)) mnt + (let* ((fl (expand-file-name filenm dir)) mnt (timest (format-time-string "%Y-%m-%d %a %T %Z" (elt (file-attributes fl) 5)))) (set-buffer gulp-tmp-buffer)