Skip to content

Commit

Permalink
Don't update CHANGES_AUTO.markdown when loading CL21.
Browse files Browse the repository at this point in the history
Because it always makes differences to file even in users environment.
  • Loading branch information
fukamachi committed Jul 21, 2014
1 parent 8a42b57 commit bd523cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES_AUTO.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This file is automatically generated by tools/compare-cl-21.lisp
on SBCL 1.2.1 at 2014/7/20 23:4 '22 .
on SBCL 1.2.1 at 2014/7/21 9:47 '19 .


# Added/Removed symbols
Expand Down
2 changes: 1 addition & 1 deletion tools/compare-cl-21.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
(let ((*print-case* :downcase))
(package-diff :cl :cl21 :stream s :separator "|"))))

#+sbcl
#+nil
(output)


Expand Down

0 comments on commit bd523cc

Please sign in to comment.