# HG changeset patch # User Eli Zaretskii # Date 1008697167 0 # Node ID b8d77bc6ce4d38147c61c37fe964fae2e50eea98 # Parent 7ffd5b80ef276d25d265c41ce67adcd02927a5b2 Note that src/Makefile.in needs changes if DONTCOMPILE is modified. diff -r 7ffd5b80ef27 -r b8d77bc6ce4d lisp/Makefile.in --- a/lisp/Makefile.in Tue Dec 18 17:39:22 2001 +0000 +++ b/lisp/Makefile.in Tue Dec 18 17:39:27 2001 +0000 @@ -40,7 +40,8 @@ ETAGS = ../lib-src/etags # Files which should not be compiled. If you change the name `DONTCOMPILE' -# to something different, you'll have to change make-dist as well. +# to something different, you'll have to change make-dist as well, and +# modify the lists in $lisp and $shortlisp on src/Makefile.in. # # - emacs-lisp/cl-specs.el: only contains `def-edebug-spec's so there's # no point compiling it, although it doesn't hurt.