diff options
| author | Eli Zaretskii | 2009-08-07 14:43:43 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-08-07 14:43:43 +0000 |
| commit | a35d3ad8f1bdd10c127bc51db4986794803d8c23 (patch) | |
| tree | 9a76ff319336088816f0707511aa080d7c66253e | |
| parent | 416e006d39ea0eb9858f7bfb437fae24e867ce49 (diff) | |
| download | emacs-a35d3ad8f1bdd10c127bc51db4986794803d8c23.tar.gz emacs-a35d3ad8f1bdd10c127bc51db4986794803d8c23.zip | |
(ELCFILES): org/org-export-latex.elc renames to org/org-latex.elc.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bd4d60e43f7..308c3f086e8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-08-07 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (ELCFILES): org/org-export-latex.elc renames to | ||
| 4 | org/org-latex.elc. | ||
| 5 | |||
| 1 | 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu> | 6 | 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 7 | ||
| 3 | * vc-dispatcher.el (vc-resynch-window): Update comment. | 8 | * vc-dispatcher.el (vc-resynch-window): Update comment. |
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 50c3d7b00ea..7d88919bc90 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -918,7 +918,7 @@ ELCFILES = \ | |||
| 918 | $(lisp)/org/org-colview.elc \ | 918 | $(lisp)/org/org-colview.elc \ |
| 919 | $(lisp)/org/org-compat.elc \ | 919 | $(lisp)/org/org-compat.elc \ |
| 920 | $(lisp)/org/org-exp.elc \ | 920 | $(lisp)/org/org-exp.elc \ |
| 921 | $(lisp)/org/org-export-latex.elc \ | 921 | $(lisp)/org/org-latex.elc \ |
| 922 | $(lisp)/org/org-faces.elc \ | 922 | $(lisp)/org/org-faces.elc \ |
| 923 | $(lisp)/org/org-footnote.elc \ | 923 | $(lisp)/org/org-footnote.elc \ |
| 924 | $(lisp)/org/org-gnus.elc \ | 924 | $(lisp)/org/org-gnus.elc \ |