From: Andreas Schwab Date: Sat, 21 Apr 2012 08:03:52 +0000 (+0200) Subject: * lisp.mk (lisp): Update. X-Git-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/6114eb15032b89b19029b17b869299e290e56704 * lisp.mk (lisp): Update. --- diff --git a/src/ChangeLog b/src/ChangeLog index a3101252fe..304bca4e48 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 c082630f71..4895ca4095 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 \