]> code.delx.au - gnu-emacs/blobdiff - src/lisp.mk
Update copyright year to 2015
[gnu-emacs] / src / lisp.mk
index 174e53ed56182c02b1308683bf5140387348c3fe..a9deb2b53d905c2e270c0332d7c225db0365bc68 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,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