diff options
| author | Glenn Morris | 2009-01-26 03:03:23 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-26 03:03:23 +0000 |
| commit | 9f798291e42ce614b271f72ac799d9cab49abf7d (patch) | |
| tree | d39636f9afc9ff7b43316d92105d2cca0338a49b | |
| parent | a38d3f5b28407c996bc5877378e7a0ccbbfb1335 (diff) | |
| download | emacs-9f798291e42ce614b271f72ac799d9cab49abf7d.tar.gz emacs-9f798291e42ce614b271f72ac799d9cab49abf7d.zip | |
(ELCFILES): Update.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/Makefile.in | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e1aaa4af7d0..141ea0dd53e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2009-01-26 Glenn Morris <rgm@gnu.org> | 1 | 2009-01-26 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (ELCFILES): Update. | ||
| 4 | |||
| 3 | * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in | 5 | * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in |
| 4 | replies. (Bug#512) | 6 | replies. (Bug#512) |
| 5 | 7 | ||
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 4a388f1ac2b..7cbc4442db6 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -920,6 +920,7 @@ ELCFILES = \ | |||
| 920 | $(lisp)/org/org-exp.elc \ | 920 | $(lisp)/org/org-exp.elc \ |
| 921 | $(lisp)/org/org-export-latex.elc \ | 921 | $(lisp)/org/org-export-latex.elc \ |
| 922 | $(lisp)/org/org-faces.elc \ | 922 | $(lisp)/org/org-faces.elc \ |
| 923 | $(lisp)/org/org-footnote.elc \ | ||
| 923 | $(lisp)/org/org-gnus.elc \ | 924 | $(lisp)/org/org-gnus.elc \ |
| 924 | $(lisp)/org/org-id.elc \ | 925 | $(lisp)/org/org-id.elc \ |
| 925 | $(lisp)/org/org-info.elc \ | 926 | $(lisp)/org/org-info.elc \ |