aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2009-08-07 14:43:43 +0000
committerEli Zaretskii2009-08-07 14:43:43 +0000
commita35d3ad8f1bdd10c127bc51db4986794803d8c23 (patch)
tree9a76ff319336088816f0707511aa080d7c66253e
parent416e006d39ea0eb9858f7bfb437fae24e867ce49 (diff)
downloademacs-a35d3ad8f1bdd10c127bc51db4986794803d8c23.tar.gz
emacs-a35d3ad8f1bdd10c127bc51db4986794803d8c23.zip
(ELCFILES): org/org-export-latex.elc renames to org/org-latex.elc.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/Makefile.in2
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 @@
12009-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
12009-08-07 Dan Nicolaescu <dann@ics.uci.edu> 62009-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 \