Mercurial > emacs
changeset 5863:2c5240294c30
(display-time): Use expand-file-name to make file name of wakeup.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 09 Feb 1994 05:48:11 +0000 |
parents | 0449645855c3 |
children | 3e0d51feb34f |
files | lisp/time.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/time.el Wed Feb 09 05:36:48 1994 +0000 +++ b/lisp/time.el Wed Feb 09 05:48:11 1994 +0000 @@ -74,7 +74,7 @@ (setq display-time-string "") (setq display-time-process (start-process "display-time" nil - (concat exec-directory "wakeup") + (expand-file-name "wakeup" exec-directory) (int-to-string display-time-interval))) (process-kill-without-query display-time-process) (set-process-sentinel display-time-process 'display-time-sentinel)