B
Berlin Brown
Is there a way to delete the tilde that emacs puts at the ends of its
file from a n ANT delete, fileset task
Something along the lines of:
<fileset>
<include filename="**/*.~" />
</fileset>
Actually emacs does a number to the file with CVS use:
filename.~1.1~
I think I could use the ant regex, but I want to avoid having to
include a new library.
file from a n ANT delete, fileset task
Something along the lines of:
<fileset>
<include filename="**/*.~" />
</fileset>
Actually emacs does a number to the file with CVS use:
filename.~1.1~
I think I could use the ant regex, but I want to avoid having to
include a new library.