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:
parent
f20be8fee3
commit
cb765059d7
1 changed files with 3 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue