diff options
| author | Eli Zaretskii | 2009-08-14 09:24:34 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-08-14 09:24:34 +0000 |
| commit | bc0eef46265b97e8e7ee4a18e3646021de833ce8 (patch) | |
| tree | 24835d92493f5c9eafee12cfeef3f071736b2035 | |
| parent | 8b9fc636617be134583554739009aba26e97cbd8 (diff) | |
| download | emacs-bc0eef46265b97e8e7ee4a18e3646021de833ce8.tar.gz emacs-bc0eef46265b97e8e7ee4a18e3646021de833ce8.zip | |
(ELCFILES): Add international/ucs-normalize.elc.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/Makefile.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e2d758071f3..e207d58b6f4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-08-14 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (ELCFILES): Add international/ucs-normalize.elc. | ||
| 4 | |||
| 1 | 2009-08-14 Sam Steingold <sds@gnu.org> | 5 | 2009-08-14 Sam Steingold <sds@gnu.org> |
| 2 | 6 | ||
| 3 | * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing. | 7 | * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing. |
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index a577b8042ea..dbbd5b983ba 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -701,6 +701,7 @@ ELCFILES = \ | |||
| 701 | $(lisp)/international/robin.elc \ | 701 | $(lisp)/international/robin.elc \ |
| 702 | $(lisp)/international/titdic-cnv.elc \ | 702 | $(lisp)/international/titdic-cnv.elc \ |
| 703 | $(lisp)/international/utf-7.elc \ | 703 | $(lisp)/international/utf-7.elc \ |
| 704 | $(lisp)/international/ucs-normalize.elc \ | ||
| 704 | $(lisp)/isearch.elc \ | 705 | $(lisp)/isearch.elc \ |
| 705 | $(lisp)/isearchb.elc \ | 706 | $(lisp)/isearchb.elc \ |
| 706 | $(lisp)/iswitchb.elc \ | 707 | $(lisp)/iswitchb.elc \ |