]> code.delx.au - gnu-emacs/blobdiff - make-dist
url-vars.el (url-mime-charset-string): Changed the default to nil to
[gnu-emacs] / make-dist
index 95512c7f482516293779ae8732406bcfa53fff73..a113e00413b505adfdb01ec01e24045fbf6d1b67 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -398,10 +398,10 @@ echo "Making links to \`lisp' and its subdirectories"
    mkdir -p ../${tempdir}/lisp/$file
    ln $file/[a-zA-Z0-9]*.el ../${tempdir}/lisp/$file
    ln $file/[a-zA-Z0-9]*.elc ../${tempdir}/lisp/$file
-   ## calc/README.priv, nxml/TODO
+   ## calc/README.priv
    for f in $file/[a-zA-Z]*.xpm $file/[a-zA-Z]*.[xp]bm \
        $file/README $file/ChangeLog $file/ChangeLog.*[0-9] \
-       $file/README.prev $file/TODO; do
+       $file/README.prev; do
      if [ -f $f ]; then
        ln $f ../${tempdir}/lisp/$file
      fi