diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/lisp.mk | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a4d7bb64919..f5811569d0d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-05-06 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * lisp.mk (lisp): Update. | ||
| 4 | |||
| 1 | 2012-05-05 Jim Meyering <meyering@redhat.com> | 5 | 2012-05-05 Jim Meyering <meyering@redhat.com> |
| 2 | 6 | ||
| 3 | * w32font.c (fill_in_logfont): NUL-terminate a string (Bug#11372). | 7 | * w32font.c (fill_in_logfont): NUL-terminate a string (Bug#11372). |
diff --git a/src/lisp.mk b/src/lisp.mk index 4895ca40959..ead1abcbaae 100644 --- a/src/lisp.mk +++ b/src/lisp.mk | |||
| @@ -129,6 +129,7 @@ lisp = \ | |||
| 129 | $(lispsource)/textmodes/text-mode.elc \ | 129 | $(lispsource)/textmodes/text-mode.elc \ |
| 130 | $(lispsource)/textmodes/fill.elc \ | 130 | $(lispsource)/textmodes/fill.elc \ |
| 131 | $(lispsource)/replace.elc \ | 131 | $(lispsource)/replace.elc \ |
| 132 | $(lispsource)/emacs-lisp/tabulated-list.elc \ | ||
| 132 | $(lispsource)/buff-menu.elc \ | 133 | $(lispsource)/buff-menu.elc \ |
| 133 | $(lispsource)/fringe.elc \ | 134 | $(lispsource)/fringe.elc \ |
| 134 | $(lispsource)/emacs-lisp/regexp-opt.elc \ | 135 | $(lispsource)/emacs-lisp/regexp-opt.elc \ |