Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a055c272
Commit
a055c272
authored
Jul 16, 2007
by
Eli Zaretskii
Browse files
(clean): Don't delete *~.
parent
1eceac24
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/makefile.w32-in
lisp/makefile.w32-in
+3
-1
No files found.
lisp/ChangeLog
View file @
a055c272
2007-07-16 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in (clean): Don't delete *~.
2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
* textmodes/tex-mode.el (tex-verbatim-environments):
...
...
lisp/makefile.w32-in
View file @
a055c272
...
...
@@ -441,5 +441,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
~
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment