diff options
| author | Glenn Morris | 2009-10-01 17:49:01 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-10-01 17:49:01 +0000 |
| commit | dcb9734a4442eb9a0deb966425dcaaeaa4d525bb (patch) | |
| tree | 399fa7eca41ffee03b9df310a2584d512cd3e0b7 | |
| parent | 9d28c33edefe1b366f4c6944886a3e4cf294cf60 (diff) | |
| download | emacs-dcb9734a4442eb9a0deb966425dcaaeaa4d525bb.tar.gz emacs-dcb9734a4442eb9a0deb966425dcaaeaa4d525bb.zip | |
(ELCFILES): Regenerate.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/Makefile.in | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b4953592726..28ba9adee50 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-10-01 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (ELCFILES): Regenerate. | ||
| 4 | |||
| 1 | 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * subr.el (interactive-p): Mark obsolete. | 7 | * subr.el (interactive-p): Mark obsolete. |
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 9fc7398f9e7..78e95900b72 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -1091,6 +1091,7 @@ ELCFILES = \ | |||
| 1091 | $(lisp)/org/org-clock.elc \ | 1091 | $(lisp)/org/org-clock.elc \ |
| 1092 | $(lisp)/org/org-colview.elc \ | 1092 | $(lisp)/org/org-colview.elc \ |
| 1093 | $(lisp)/org/org-compat.elc \ | 1093 | $(lisp)/org/org-compat.elc \ |
| 1094 | $(lisp)/org/org-crypt.elc \ | ||
| 1094 | $(lisp)/org/org-docbook.elc \ | 1095 | $(lisp)/org/org-docbook.elc \ |
| 1095 | $(lisp)/org/org-exp-blocks.elc \ | 1096 | $(lisp)/org/org-exp-blocks.elc \ |
| 1096 | $(lisp)/org/org-exp.elc \ | 1097 | $(lisp)/org/org-exp.elc \ |
| @@ -1113,6 +1114,7 @@ ELCFILES = \ | |||
| 1113 | $(lisp)/org/org-macs.elc \ | 1114 | $(lisp)/org/org-macs.elc \ |
| 1114 | $(lisp)/org/org-mew.elc \ | 1115 | $(lisp)/org/org-mew.elc \ |
| 1115 | $(lisp)/org/org-mhe.elc \ | 1116 | $(lisp)/org/org-mhe.elc \ |
| 1117 | $(lisp)/org/org-mobile.elc \ | ||
| 1116 | $(lisp)/org/org-mouse.elc \ | 1118 | $(lisp)/org/org-mouse.elc \ |
| 1117 | $(lisp)/org/org-plot.elc \ | 1119 | $(lisp)/org/org-plot.elc \ |
| 1118 | $(lisp)/org/org-protocol.elc \ | 1120 | $(lisp)/org/org-protocol.elc \ |