1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(display-time): Use expand-file-name to make file name of wakeup.

This commit is contained in:
Richard M. Stallman 1994-02-09 05:48:11 +00:00
parent c7d7ed2771
commit d07482afc1

View File

@ -74,7 +74,7 @@ After each update, `display-time-hook' is run with `run-hooks'."
(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)