3 lines
107 B
Text
3 lines
107 B
Text
(defun buildinfo ()
|
|
(macro-time
|
|
`Built by @{(uname).nodename} on @(time-string-local (time) "%c")`))
|