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:
parent
c7d7ed2771
commit
d07482afc1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user