From: Gerd Moellmann Date: Wed, 5 Jul 2000 20:03:53 +0000 (+0000) Subject: (DONTCOMPILE): Add comment that the name may X-Git-Tag: emacs-pretest-21.0.90~2941 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da7d597f76add53be89e73fa1204167c64e5b5b9;p=emacs.git (DONTCOMPILE): Add comment that the name may not be changed without changing the make-dist script. --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 08d2b770969..16ae93083b1 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -23,7 +23,9 @@ lisptagsfiles1 = $(lisp)/[a-zA-Z]*.el 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.