1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

(DONTCOMPILE): Add comment that the name may

not be changed without changing the make-dist script.
This commit is contained in:
Gerd Moellmann 2000-07-05 20:03:53 +00:00
parent bde5503bf1
commit da7d597f76

View File

@ -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.