mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
(calc-record-compilation-date-macro): Return a
simple `setq' form.
This commit is contained in:
parent
f20be8fee3
commit
cb765059d7
@ -26,10 +26,9 @@
|
||||
|
||||
|
||||
(defmacro calc-record-compilation-date-macro ()
|
||||
(` (setq calc-installed-date (, (concat (current-time-string)
|
||||
" by "
|
||||
(user-full-name)))))
|
||||
)
|
||||
`(setq calc-installed-date ,(concat (current-time-string)
|
||||
" by "
|
||||
(user-full-name))))
|
||||
|
||||
|
||||
(defmacro calc-wrapper (&rest body)
|
||||
|
Loading…
Reference in New Issue
Block a user