From: Andreas Schwab Date: Sat, 21 Apr 2012 08:03:52 +0000 (+0200) Subject: * lisp.mk (lisp): Update. X-Git-Tag: emacs-24.2.90~471^2~326 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6114eb15032b89b19029b17b869299e290e56704;p=emacs.git * lisp.mk (lisp): Update. --- diff --git a/src/ChangeLog b/src/ChangeLog index a3101252fe9..304bca4e48b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-04-21 Andreas Schwab + + * lisp.mk (lisp): Update. + 2012-04-20 Paul Eggert * keyboard.c (process_pending_signals): Define only if SYNC_INPUT. diff --git a/src/lisp.mk b/src/lisp.mk index c082630f717..4895ca40959 100644 --- a/src/lisp.mk +++ b/src/lisp.mk @@ -131,6 +131,7 @@ lisp = \ $(lispsource)/replace.elc \ $(lispsource)/buff-menu.elc \ $(lispsource)/fringe.elc \ + $(lispsource)/emacs-lisp/regexp-opt.elc \ $(lispsource)/image.elc \ $(lispsource)/international/fontset.elc \ $(lispsource)/dnd.elc \