+2007-07-16 Eli Zaretskii <eliz@gnu.org>
+
+ * makefile.w32-in (extraclean): Don't delete *~.
+
2007-06-02 Chong Yidong <cyd@stupidchicken.com>
* Version 22.1 released.
maintainer-clean: distclean
- $(FOREACH) $(WORLD) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
+# We used to delete *~ here, but that might inadvertently remove
+# precious files if it happens to match their short 8+3 aliases.
extraclean: maintainer-clean
- - $(FOREACH) *~ "#*" $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
+ - $(FOREACH) *.el~ "#*" $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)