/[emacs]/emacs/lisp/calc/calc-macs.el
ViewVC logotype

Diff of /emacs/lisp/calc/calc-macs.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by eliz, Tue Nov 6 18:59:06 2001 UTC revision 1.2 by eliz, Sun Nov 11 10:27:32 2001 UTC
# Line 26  Line 26 
26    
27    
28  (defmacro calc-record-compilation-date-macro ()  (defmacro calc-record-compilation-date-macro ()
29    (` (setq calc-installed-date (, (concat (current-time-string)    `(setq calc-installed-date ,(concat (current-time-string)
30                                            " by "                                        " by "
31                                            (user-full-name)))))                                        (user-full-name))))
 )  
32    
33    
34  (defmacro calc-wrapper (&rest body)  (defmacro calc-wrapper (&rest body)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26