1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-25 07:40:40 -07:00

(calc-record-compilation-date-macro): Return a

simple `setq' form.
This commit is contained in:
Eli Zaretskii 2001-11-11 10:27:32 +00:00
parent f20be8fee3
commit cb765059d7

View file

@ -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)