]> code.delx.au - gnu-emacs/blobdiff - src/lisp.mk
doh, fixing year in ChangeLog entries introduced by last two commits
[gnu-emacs] / src / lisp.mk
index 8c2710110e36a08af2ef3a7f0dff797d0f4941cc..a9deb2b53d905c2e270c0332d7c225db0365bc68 100644 (file)
@@ -1,7 +1,7 @@
 ### lisp.mk --- src/Makefile fragment for GNU Emacs
 
-## Copyright (C) 1985, 1987-1988, 1993-1995, 1999-2012
-##   Free Software Foundation, Inc.
+## Copyright (C) 1985, 1987-1988, 1993-1995, 1999-2015 Free Software
+## Foundation, Inc.
 
 ## This file is part of GNU Emacs.
 
@@ -71,6 +71,7 @@ lisp = \
        $(lispsource)/faces.elc \
        $(lispsource)/button.elc \
        $(lispsource)/startup.elc \
+       $(lispsource)/emacs-lisp/nadvice.elc \
        $(lispsource)/minibuffer.elc \
        $(lispsource)/abbrev.elc \
        $(lispsource)/simple.elc \
@@ -129,7 +130,9 @@ lisp = \
        $(lispsource)/textmodes/page.elc \
        $(lispsource)/register.elc \
        $(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 \
@@ -161,6 +164,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