* doc/misc/cl.texi (Obsolete Setf Customization): Don't mention `apply' setf.
[bpt/emacs.git] / admin / make-changelog-diff
index 45a7798..8846113 100755 (executable)
@@ -1,5 +1,7 @@
 #! /bin/bash
 
+## Author: Francesco Potorti` <pot@gnu.org>
+
 if [ $# -ne 2 ]; then
     echo "usage: $0 TAG1 TAG2" >&2
     exit 1
@@ -24,3 +26,4 @@ cvs -q diff -b -r $1 -r $2 $(find -name ChangeLog|sort) |
                x
                s/^\n//
               p"
+