diff options
| author | Dave Love | 2000-11-20 11:37:48 +0000 |
|---|---|---|
| committer | Dave Love | 2000-11-20 11:37:48 +0000 |
| commit | 8e63444db707f9fc07bbe590b86084b96b566108 (patch) | |
| tree | 01f6df788fed3a4e870a561f796414b5ccb2b0f3 | |
| parent | 79dfd2cd7caed19254929219356b06d22fd1507c (diff) | |
| download | emacs-8e63444db707f9fc07bbe590b86084b96b566108.tar.gz emacs-8e63444db707f9fc07bbe590b86084b96b566108.zip | |
(DONTCOMPILE): Omit bindings.el.
| -rw-r--r-- | lisp/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index fa48d9022d7..3d5bc5537ab 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -30,7 +30,6 @@ ETAGS = ../lib-src/etags | |||
| 30 | # no point compiling it, although it doesn't hurt. | 30 | # no point compiling it, although it doesn't hurt. |
| 31 | 31 | ||
| 32 | DONTCOMPILE = \ | 32 | DONTCOMPILE = \ |
| 33 | $(lisp)/bindings.el \ | ||
| 34 | $(lisp)/cus-load.el \ | 33 | $(lisp)/cus-load.el \ |
| 35 | $(lisp)/cus-start.el \ | 34 | $(lisp)/cus-start.el \ |
| 36 | $(lisp)/emacs-lisp/cl-specs.el \ | 35 | $(lisp)/emacs-lisp/cl-specs.el \ |