diff options
| author | Eli Zaretskii | 2009-10-02 18:48:23 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-10-02 18:48:23 +0000 |
| commit | 573709fd61f042db02003a5b5bd853cb55469d85 (patch) | |
| tree | f41e096e34659a4b33e2ebf7578a0b46dda1f756 | |
| parent | b4a74f303328a2aa099fe2d5853e5aaea6d64761 (diff) | |
| download | emacs-573709fd61f042db02003a5b5bd853cb55469d85.tar.gz emacs-573709fd61f042db02003a5b5bd853cb55469d85.zip | |
(WINS_BASIC): Add eieio.
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | lisp/makefile.w32-in | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 53050de004d..ff1416cddc8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2009-10-02 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (update-subdirs-CMD): Add cedet to | ||
| 4 | $(WINS_SUBDIR). | ||
| 5 | (WINS_CEDET_SUBDIRS): List of subdirectories of cedet. | ||
| 6 | (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in | ||
| 7 | subdirs of cedet as well. | ||
| 8 | (WINS_BASIC): Add eieio. | ||
| 9 | |||
| 1 | 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca> | 10 | 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 11 | ||
| 3 | * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): | 12 | * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): |
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index bb583909778..20290caf496 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in | |||
| @@ -99,6 +99,7 @@ WINS_CEDET_SUBDIRS=\ | |||
| 99 | WINS_BASIC=\ | 99 | WINS_BASIC=\ |
| 100 | calc \ | 100 | calc \ |
| 101 | calendar \ | 101 | calendar \ |
| 102 | eieio \ | ||
| 102 | emacs-lisp \ | 103 | emacs-lisp \ |
| 103 | emulation \ | 104 | emulation \ |
| 104 | erc \ | 105 | erc \ |