Hi:
I am trying to set up a copyright autocode template in JDEE, but due to
lack of elisp programming skills, I don't know how I can insert the filename
and timestamp into the copyright banner. This is what I can come up with:
(tempo-define-template "copyright"
'("/*"n>
"* Copyright 2002 Some Company, Inc. All rights reserved."n>
"* SomeCompany PROPRIETARY/CONFIDENTIAL. Use is subject to
license
terms."n>
"*/"n>
)
"mycp"
"Print Copyright banner")
Even with that, my banner is not properly indented. Can you gurus point
out the obvious?
Thanks
keith