# HG changeset patch # User Gerd Moellmann # Date 962827433 0 # Node ID bafd38c61694800a90c85b2abad73493ddea22fc # Parent 998d20abc8853c6377b293066b9a5fb7ca664399 (DONTCOMPILE): Add comment that the name may not be changed without changing the make-dist script. diff -r 998d20abc885 -r bafd38c61694 lisp/Makefile.in --- a/lisp/Makefile.in Wed Jul 05 19:58:34 2000 +0000 +++ b/lisp/Makefile.in Wed Jul 05 20:03:53 2000 +0000 @@ -23,7 +23,9 @@ lisptagsfiles2 = $(lisp)/[a-zA-Z]*/[a-zA-Z]*.el ETAGS = ../lib-src/etags -# Files which should not be compiled. +# Files which should not be compiled. If you change the name `DONTCOMPILE' +# to something different, you'll have to change make-dist as well. +# # - emacs-lisp/cl-specs.el: only contains `def-edebug-spec's so there's # no point compiling it, although it doesn't hurt.