diff options
| author | Jason Rumney | 2002-03-28 20:11:54 +0000 |
|---|---|---|
| committer | Jason Rumney | 2002-03-28 20:11:54 +0000 |
| commit | dd87b4cc4ceba9cf2e791f021214848b207f8ae8 (patch) | |
| tree | 7ba787bc5ef7c0102ff53d01090f02761f386345 /lib-src | |
| parent | ef07a49701cb6ce7b9ab723590df341cf950b4c2 (diff) | |
| download | emacs-dd87b4cc4ceba9cf2e791f021214848b207f8ae8.tar.gz emacs-dd87b4cc4ceba9cf2e791f021214848b207f8ae8.zip | |
Move backquote.elc into emacs-lisp.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index f2ac9d90a40..05bbbbe5598 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-03-28 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (lisp): Move backquote.elc into emacs-lisp. | ||
| 4 | |||
| 1 | 2002-03-22 Paul Eggert <eggert@twinsun.com> | 5 | 2002-03-22 Paul Eggert <eggert@twinsun.com> |
| 2 | 6 | ||
| 3 | * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of | 7 | * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index a43f726a0b4..ed76a38ebf8 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -147,7 +147,7 @@ lisp= \ | |||
| 147 | $(lispsource)byte-run.elc \ | 147 | $(lispsource)byte-run.elc \ |
| 148 | $(lispsource)cus-start.elc \ | 148 | $(lispsource)cus-start.elc \ |
| 149 | $(lispsource)custom.elc \ | 149 | $(lispsource)custom.elc \ |
| 150 | $(lispsource)backquote.elc \ | 150 | $(lispsource)emacs-lisp/backquote.elc \ |
| 151 | $(lispsource)emacs-lisp/lisp-mode.elc \ | 151 | $(lispsource)emacs-lisp/lisp-mode.elc \ |
| 152 | $(lispsource)emacs-lisp/lisp.elc \ | 152 | $(lispsource)emacs-lisp/lisp.elc \ |
| 153 | $(lispsource)env.elc \ | 153 | $(lispsource)env.elc \ |