diff options
| author | Glenn Morris | 2008-10-30 04:36:27 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-10-30 04:36:27 +0000 |
| commit | 69726ac3548daef84899274cda3bcfe48389b395 (patch) | |
| tree | b1653792d13ef2714618f80e54a3f52c84f5804d | |
| parent | 752fac1853a680f22749b2efe0d937d5d959ddf5 (diff) | |
| download | emacs-69726ac3548daef84899274cda3bcfe48389b395.tar.gz emacs-69726ac3548daef84899274cda3bcfe48389b395.zip | |
(ELCFILES): Update.
| -rw-r--r-- | lisp/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/Makefile.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 51565a7bda2..eb7a24f3dd3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | * files.el (locate-dominating-stop-dir-regexp): Fix typo. | 3 | * files.el (locate-dominating-stop-dir-regexp): Fix typo. |
| 4 | 4 | ||
| 5 | * resume.el: Move to obsolete/. | 5 | * resume.el: Move to obsolete/. |
| 6 | * Makefile.in (ELCFILES): Update. | ||
| 6 | 7 | ||
| 7 | 2008-10-29 Chong Yidong <cyd@stupidchicken.com> | 8 | 2008-10-29 Chong Yidong <cyd@stupidchicken.com> |
| 8 | 9 | ||
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index d71ea282b42..993a3ea22ff 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -910,6 +910,7 @@ ELCFILES = \ | |||
| 910 | $(lisp)/obsolete/lazy-lock.elc \ | 910 | $(lisp)/obsolete/lazy-lock.elc \ |
| 911 | $(lisp)/obsolete/old-whitespace.elc \ | 911 | $(lisp)/obsolete/old-whitespace.elc \ |
| 912 | $(lisp)/obsolete/options.elc \ | 912 | $(lisp)/obsolete/options.elc \ |
| 913 | $(lisp)/obsolete/resume.elc \ | ||
| 913 | $(lisp)/obsolete/rnews.elc \ | 914 | $(lisp)/obsolete/rnews.elc \ |
| 914 | $(lisp)/obsolete/rnewspost.elc \ | 915 | $(lisp)/obsolete/rnewspost.elc \ |
| 915 | $(lisp)/obsolete/sc.elc \ | 916 | $(lisp)/obsolete/sc.elc \ |
| @@ -1091,7 +1092,6 @@ ELCFILES = \ | |||
| 1091 | $(lisp)/repeat.elc \ | 1092 | $(lisp)/repeat.elc \ |
| 1092 | $(lisp)/replace.elc \ | 1093 | $(lisp)/replace.elc \ |
| 1093 | $(lisp)/reposition.elc \ | 1094 | $(lisp)/reposition.elc \ |
| 1094 | $(lisp)/resume.elc \ | ||
| 1095 | $(lisp)/reveal.elc \ | 1095 | $(lisp)/reveal.elc \ |
| 1096 | $(lisp)/rfn-eshadow.elc \ | 1096 | $(lisp)/rfn-eshadow.elc \ |
| 1097 | $(lisp)/rot13.elc \ | 1097 | $(lisp)/rot13.elc \ |