]> code.delx.au - gnu-emacs/blobdiff - src/lisp.mk
Simplify read_dirent's MSDOS hacks
[gnu-emacs] / src / lisp.mk
index edd81bcf493f8cd8bbe99e4f365fb02b3d126722..ee2a07c0fd74d9520876d42e0f1fa1b7cb2f8369 100644 (file)
@@ -1,6 +1,6 @@
 ### lisp.mk --- src/Makefile fragment for GNU Emacs
 
-## Copyright (C) 1985, 1987-1988, 1993-1995, 1999-2013 Free Software
+## Copyright (C) 1985, 1987-1988, 1993-1995, 1999-2015 Free Software
 ## Foundation, Inc.
 
 ## This file is part of GNU Emacs.
@@ -71,6 +71,8 @@ lisp = \
        $(lispsource)/faces.elc \
        $(lispsource)/button.elc \
        $(lispsource)/startup.elc \
+       $(lispsource)/emacs-lisp/cl-preloaded.elc \
+       $(lispsource)/emacs-lisp/nadvice.elc \
        $(lispsource)/minibuffer.elc \
        $(lispsource)/abbrev.elc \
        $(lispsource)/simple.elc \
@@ -131,6 +133,7 @@ lisp = \
        $(lispsource)/textmodes/paragraphs.elc \
        $(lispsource)/progmodes/prog-mode.elc \
        $(lispsource)/emacs-lisp/lisp-mode.elc \
+       $(lispsource)/progmodes/elisp-mode.elc \
        $(lispsource)/textmodes/text-mode.elc \
        $(lispsource)/textmodes/fill.elc \
        $(lispsource)/newcomment.elc \
@@ -162,6 +165,9 @@ lisp = \
        $(lispsource)/emacs-lisp/float-sup.elc \
        $(lispsource)/vc/vc-hooks.elc \
        $(lispsource)/vc/ediff-hook.elc \
+       $(lispsource)/electric.elc \
+       $(lispsource)/emacs-lisp/eldoc.elc \
+       $(lispsource)/uniquify.elc \
        $(lispsource)/tooltip.elc