diff options
| author | Glenn Morris | 2008-06-18 02:53:40 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-18 02:53:40 +0000 |
| commit | b69895cde6d3645949be969f7e8d7eaa610c7ba5 (patch) | |
| tree | 4115db9a1dedfc60d52f9b8e4a3b7be09514ab5e | |
| parent | b816c5e382614b187b8d22adb001014e85e88fd9 (diff) | |
| download | emacs-b69895cde6d3645949be969f7e8d7eaa610c7ba5.tar.gz emacs-b69895cde6d3645949be969f7e8d7eaa610c7ba5.zip | |
(ELCFILES): Add org/org-id.elc.
| -rw-r--r-- | lisp/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index afeab9cb88f..4c5c82239f7 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -909,6 +909,7 @@ ELCFILES = \ | |||
| 909 | $(lisp)/org/org-export-latex.elc \ | 909 | $(lisp)/org/org-export-latex.elc \ |
| 910 | $(lisp)/org/org-faces.elc \ | 910 | $(lisp)/org/org-faces.elc \ |
| 911 | $(lisp)/org/org-gnus.elc \ | 911 | $(lisp)/org/org-gnus.elc \ |
| 912 | $(lisp)/org/org-id.elc \ | ||
| 912 | $(lisp)/org/org-info.elc \ | 913 | $(lisp)/org/org-info.elc \ |
| 913 | $(lisp)/org/org-irc.elc \ | 914 | $(lisp)/org/org-irc.elc \ |
| 914 | $(lisp)/org/org-jsinfo.elc \ | 915 | $(lisp)/org/org-jsinfo.elc \ |