diff options
Diffstat (limited to 'lisp/makefile.w32-in')
-rw-r--r-- | lisp/makefile.w32-in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index c12b7e52cf7..2833c6b8319 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -444,5 +444,7 @@ install-lisp-CMD: # # Maintenance # +# We used to delete *~ here, but that might inadvertently remove +# precious files if it happens to match their short 8+3 aliases. clean: - - $(DEL) *~ + - $(DEL) *.el~ |