diff options
| author | Glenn Morris | 2009-11-20 02:29:32 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-11-20 02:29:32 +0000 |
| commit | af4999b85b48d0739dbc80271b43cf9bc5e4f87a (patch) | |
| tree | 280b5eb6921087fb0057ab6218d7d39461eb58af /lisp | |
| parent | b4d472c95e97c84645d0554c7665579840f486d7 (diff) | |
| download | emacs-af4999b85b48d0739dbc80271b43cf9bc5e4f87a.tar.gz emacs-af4999b85b48d0739dbc80271b43cf9bc5e4f87a.zip | |
(ELCFILES): Regenerate.
Diffstat (limited to 'lisp')
| -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 a6c39f8781c..8c202491b99 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-11-20 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (ELCFILES): Regenerate. | ||
| 4 | |||
| 1 | 2009-11-20 Chong Yidong <cyd@stupidchicken.com> | 5 | 2009-11-20 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * cedet/cedet.el (cedet-menu-map): Re-order menu items. | 7 | * cedet/cedet.el (cedet-menu-map): Re-order menu items. |
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 3faa6a75647..af50e8ef0ee 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -827,10 +827,12 @@ ELCFILES = \ | |||
| 827 | $(lisp)/help.elc \ | 827 | $(lisp)/help.elc \ |
| 828 | $(lisp)/hex-util.elc \ | 828 | $(lisp)/hex-util.elc \ |
| 829 | $(lisp)/hexl.elc \ | 829 | $(lisp)/hexl.elc \ |
| 830 | $(lisp)/hfy-cmap.elc \ | ||
| 830 | $(lisp)/hi-lock.elc \ | 831 | $(lisp)/hi-lock.elc \ |
| 831 | $(lisp)/hilit-chg.elc \ | 832 | $(lisp)/hilit-chg.elc \ |
| 832 | $(lisp)/hippie-exp.elc \ | 833 | $(lisp)/hippie-exp.elc \ |
| 833 | $(lisp)/hl-line.elc \ | 834 | $(lisp)/hl-line.elc \ |
| 835 | $(lisp)/htmlfontify.elc \ | ||
| 834 | $(lisp)/ibuf-ext.elc \ | 836 | $(lisp)/ibuf-ext.elc \ |
| 835 | $(lisp)/ibuf-macs.elc \ | 837 | $(lisp)/ibuf-macs.elc \ |
| 836 | $(lisp)/ibuffer.elc \ | 838 | $(lisp)/ibuffer.elc \ |