diff options
| author | Glenn Morris | 2008-06-14 19:23:02 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-14 19:23:02 +0000 |
| commit | f7a4b082a48ac407be06d712f6276732ad852ab8 (patch) | |
| tree | 0279439b5d706bb3b6ddd243b7b62703a2c969fc | |
| parent | 1eb8fd9137c41343e4ca3e206c9aae1b5712ded3 (diff) | |
| download | emacs-f7a4b082a48ac407be06d712f6276732ad852ab8.tar.gz emacs-f7a4b082a48ac407be06d712f6276732ad852ab8.zip | |
(ELCFILES): Add Add net/newst-*.el.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/Makefile.in | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cbf4e51cfad..1d9953e6fab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-06-14 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (ELCFILES): Add Add net/newst-*.el. | ||
| 4 | |||
| 1 | 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * wdired.el (wdired-do-renames): New function. | 7 | * wdired.el (wdired-do-renames): New function. |
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 9de2741db81..afeab9cb88f 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -827,6 +827,11 @@ ELCFILES = \ | |||
| 827 | $(lisp)/net/ldap.elc \ | 827 | $(lisp)/net/ldap.elc \ |
| 828 | $(lisp)/net/net-utils.elc \ | 828 | $(lisp)/net/net-utils.elc \ |
| 829 | $(lisp)/net/netrc.elc \ | 829 | $(lisp)/net/netrc.elc \ |
| 830 | $(lisp)/net/newst-backend.elc \ | ||
| 831 | $(lisp)/net/newst-plainview.elc \ | ||
| 832 | $(lisp)/net/newst-reader.elc \ | ||
| 833 | $(lisp)/net/newst-ticker.elc \ | ||
| 834 | $(lisp)/net/newst-treeview.elc \ | ||
| 830 | $(lisp)/net/newsticker.elc \ | 835 | $(lisp)/net/newsticker.elc \ |
| 831 | $(lisp)/net/ntlm.elc \ | 836 | $(lisp)/net/ntlm.elc \ |
| 832 | $(lisp)/net/quickurl.elc \ | 837 | $(lisp)/net/quickurl.elc \ |